Compare commits

...

3 commits

5 changed files with 8 additions and 22 deletions

View file

@ -116,11 +116,11 @@
"zig": "zig" "zig": "zig"
}, },
"locked": { "locked": {
"lastModified": 1735535921, "lastModified": 1735589157,
"narHash": "sha256-cfsHww91bRA2Frni54+blIGZGU9/269vaWzeGcNRNN0=", "narHash": "sha256-s5fJn9LSwz3cfkKSvicQppCnXVs8F05OH96yaa5K2Dc=",
"owner": "ghostty-org", "owner": "ghostty-org",
"repo": "ghostty", "repo": "ghostty",
"rev": "87bd0bb744d6a1c45022aa39f21219d0b6ff3261", "rev": "ef542c6e63b40b3541dc5efd625c0b95f750bbc6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -309,11 +309,11 @@
}, },
"nixpkgs-stable_2": { "nixpkgs-stable_2": {
"locked": { "locked": {
"lastModified": 1735412871, "lastModified": 1735531152,
"narHash": "sha256-Qoz0ow6jDGUIBHxduc7Y1cjYFS71tvEGJV5Src/mj98=", "narHash": "sha256-As8I+ebItDKtboWgDXYZSIjGlKeqiLBvjxsQHUmAf1Q=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9f94733f93e4fe6e82f516efae007096e4ab5a21", "rev": "3ffbbdbac0566a0977da3d2657b89cbcfe9a173b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -19,5 +19,6 @@
]; ];
options.patagia.desktop.enable = lib.mkEnableOption "Desktop environment"; options.patagia.desktop.enable = lib.mkEnableOption "Desktop environment";
options.patagia.laptop.enable = lib.mkEnableOption "Laptop";
options.patagia.oled.enable = lib.mkEnableOption "Darker darks on oled screens"; options.patagia.oled.enable = lib.mkEnableOption "Darker darks on oled screens";
} }

View file

@ -2,30 +2,15 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
age-plugin-fido2-hmac age-plugin-fido2-hmac
bacon
cargo
clang
codeium codeium
comma comma
dogdns dogdns
file file
gnumake
go
just just
ldns
minio-client
nil
nix-output-monitor nix-output-monitor
nixd nixd
nixfmt-rfc-style
nodejs_22
passage passage
rage rage
prettierd
rust-analyzer
rustc
stylua
tree-sitter
]; ];
home.sessionVariables = { home.sessionVariables = {

View file

@ -15,7 +15,6 @@
pavucontrol pavucontrol
plexamp plexamp
signal-desktop signal-desktop
zed-editor
]; ];
xdg.desktopEntries = { xdg.desktopEntries = {

View file

@ -6,6 +6,7 @@
]; ];
patagia = { patagia = {
laptop.enable = true;
oled.enable = true; oled.enable = true;
}; };