testing cosmic

This commit is contained in:
2025-02-04 22:10:59 -05:00
parent bfbcb70327
commit 9459d4797e

View File

@@ -13,6 +13,7 @@
./hardware.nix ./hardware.nix
./syncthing.nix ./syncthing.nix
inputs.nixos-hardware.nixosModules.framework-13-7040-amd inputs.nixos-hardware.nixosModules.framework-13-7040-amd
inputs.nixos-cosmic.nixosModules.default
]; ];
networking = { networking = {
@@ -22,7 +23,11 @@
networkmanager.enable = true; networkmanager.enable = true;
}; };
services.openssh.ports = [ 922 ]; services = {
openssh.ports = [ 922 ];
desktopManager.cosmic.enable = true;
};
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }