Compare commits
No commits in common. "617dbe5e835c4a2b3783c44acc8566f19308af7e" and "46c13deee715786d4ebc1d72b1bb56aa9419b231" have entirely different histories.
617dbe5e83
...
46c13deee7
5 changed files with 22 additions and 8 deletions
12
flake.lock
12
flake.lock
|
@ -116,11 +116,11 @@
|
|||
"zig": "zig"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1735589157,
|
||||
"narHash": "sha256-s5fJn9LSwz3cfkKSvicQppCnXVs8F05OH96yaa5K2Dc=",
|
||||
"lastModified": 1735535921,
|
||||
"narHash": "sha256-cfsHww91bRA2Frni54+blIGZGU9/269vaWzeGcNRNN0=",
|
||||
"owner": "ghostty-org",
|
||||
"repo": "ghostty",
|
||||
"rev": "ef542c6e63b40b3541dc5efd625c0b95f750bbc6",
|
||||
"rev": "87bd0bb744d6a1c45022aa39f21219d0b6ff3261",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -309,11 +309,11 @@
|
|||
},
|
||||
"nixpkgs-stable_2": {
|
||||
"locked": {
|
||||
"lastModified": 1735531152,
|
||||
"narHash": "sha256-As8I+ebItDKtboWgDXYZSIjGlKeqiLBvjxsQHUmAf1Q=",
|
||||
"lastModified": 1735412871,
|
||||
"narHash": "sha256-Qoz0ow6jDGUIBHxduc7Y1cjYFS71tvEGJV5Src/mj98=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "3ffbbdbac0566a0977da3d2657b89cbcfe9a173b",
|
||||
"rev": "9f94733f93e4fe6e82f516efae007096e4ab5a21",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -19,6 +19,5 @@
|
|||
];
|
||||
|
||||
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";
|
||||
}
|
||||
|
|
|
@ -2,15 +2,30 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
age-plugin-fido2-hmac
|
||||
bacon
|
||||
cargo
|
||||
clang
|
||||
codeium
|
||||
comma
|
||||
dogdns
|
||||
file
|
||||
gnumake
|
||||
go
|
||||
just
|
||||
ldns
|
||||
minio-client
|
||||
nil
|
||||
nix-output-monitor
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
nodejs_22
|
||||
passage
|
||||
rage
|
||||
prettierd
|
||||
rust-analyzer
|
||||
rustc
|
||||
stylua
|
||||
tree-sitter
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
pavucontrol
|
||||
plexamp
|
||||
signal-desktop
|
||||
zed-editor
|
||||
];
|
||||
|
||||
xdg.desktopEntries = {
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
];
|
||||
|
||||
patagia = {
|
||||
laptop.enable = true;
|
||||
oled.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue