updating and fixing my flake

This commit is contained in:
Chris Cochrun 2026-03-25 15:55:05 -05:00
parent d753c33f16
commit 35cd77e182
3 changed files with 15 additions and 18 deletions

24
flake.lock generated
View file

@ -197,11 +197,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1774346492,
"narHash": "sha256-ezCO8iNhK1cYA6xqabEshdymgaBB9CWUsRkCT4A3Euk=",
"lastModified": 1774431607,
"narHash": "sha256-5clf5J0jXbJu4mZrEY+pfwCmx5h9tEgstlhAfeiOCVk=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "3f4444191f7f21e71d32545b07801bda413a41c6",
"rev": "35e79fe95d7cec6365a08e3759819420e89b73f2",
"type": "github"
},
"original": {
@ -523,11 +523,11 @@
]
},
"locked": {
"lastModified": 1774357444,
"narHash": "sha256-xISUnO64LVh+DhV6wMAbWJtWjw9eqUQBJE/NX4BcDlw=",
"lastModified": 1774379316,
"narHash": "sha256-0nGNxWDUH2Hzlj/R3Zf4FEK6fsFNB/dvewuboSRZqiI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "61463d50fca2f07b39231f88ebeffbf1617d2094",
"rev": "1eb0549a1ab3fe3f5acf86668249be15fa0e64f7",
"type": "github"
},
"original": {
@ -687,11 +687,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1774018263,
"narHash": "sha256-HHYEwK1A22aSaxv2ibhMMkKvrDGKGlA/qObG4smrSqc=",
"lastModified": 1774422943,
"narHash": "sha256-o1xgNumjljdBBfOrcQX95hhKGFOJQYNZqpF3EfaScMk=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "2d4b4717b2534fad5c715968c1cece04a172b365",
"rev": "632e4bfc21c01e5be900d0d8255a5368a5d6082f",
"type": "github"
},
"original": {
@ -703,11 +703,11 @@
},
"nixos-unstable-small": {
"locked": {
"lastModified": 1774321912,
"narHash": "sha256-Nna0UkHU2xmhyx0VAel4DDdwpAlA70ZgzAtOD4m3Pc8=",
"lastModified": 1774422283,
"narHash": "sha256-Hli+qOgWID+eatqY5KBaoj80hNyIbeTwiAr/SGrPHpg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b0d3faa43b2bd4cc22fdf98ee00cac4f2f47ac8a",
"rev": "2b772c21c564364cfb5ea92c930178f0400a645c",
"type": "github"
},
"original": {

View file

@ -138,6 +138,7 @@ in
"Super+O".action = toggle-overview;
"Super+F".action = fullscreen-window;
"Super+Alt+F".action = toggle-windowed-fullscreen;
"Super+Ctrl+F".action.spawn = "/home/chris/bin/form-fill.sh";
"Super+C".action = close-window;
"Super+Shift+C".action = center-window;
"Super+Shift+O".action = toggle-window-floating;

View file

@ -39,9 +39,7 @@ in
boot.supportedFilesystems = [ "ntfs" ];
services = {
desktopManager.cosmic.enable = true;
};
# services.desktopManager.cosmic.enable = true;
programs.nix-ld.enable = true;
# programs.ssh.startAgent = true;
@ -85,9 +83,7 @@ in
swaylock = { };
};
services.displayManager.cosmic-greeter = {
enable = true;
};
services.displayManager.cosmic-greeter.enable = true;
# services.greetd = {
# enable = true;