chore(sercanto): switch to Cosmic Desktop
This commit is contained in:
parent
6b900749d0
commit
574e51226a
|
@ -7,7 +7,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../hardware/system76_lemurPro.nix # Include results of the hardware scan.
|
../../hardware/system76_lemurPro.nix # Include results of the hardware scan.
|
||||||
../../profiles/cron-craige.nix # Provide Craige's cron jobs
|
../../profiles/cron-craige.nix # Provide Craige's cron jobs
|
||||||
../../profiles/desktopCraige.nix # Craige's desktop tools and apps
|
|
||||||
../../profiles/haskell-dev.nix # Haskell dev environment
|
../../profiles/haskell-dev.nix # Haskell dev environment
|
||||||
../../profiles/host_common.nix # Common host configuration options
|
../../profiles/host_common.nix # Common host configuration options
|
||||||
../../profiles/iog.nix # IOHK environment
|
../../profiles/iog.nix # IOHK environment
|
||||||
|
@ -17,7 +16,6 @@
|
||||||
../../profiles/nix-mio-ops.nix # mio-ops Nix tooling
|
../../profiles/nix-mio-ops.nix # mio-ops Nix tooling
|
||||||
../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
|
../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
|
||||||
../../profiles/openssh.nix # Enable and configure openssh
|
../../profiles/openssh.nix # Enable and configure openssh
|
||||||
../../profiles/pantheon.nix # Enable and configure the pantheon desktop
|
|
||||||
../../profiles/pipewire.nix # Enable and pipewire audio system
|
../../profiles/pipewire.nix # Enable and pipewire audio system
|
||||||
../../profiles/powerManagement.nix # Power management for laptops
|
../../profiles/powerManagement.nix # Power management for laptops
|
||||||
../../profiles/xmonad.nix # Xmonad desktop environment
|
../../profiles/xmonad.nix # Xmonad desktop environment
|
||||||
|
@ -25,8 +23,6 @@
|
||||||
../../profiles/users-ops.nix # MIO Ops users
|
../../profiles/users-ops.nix # MIO Ops users
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.180";
|
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
|
|
@ -167,6 +167,9 @@ in {
|
||||||
hosts/sercanto
|
hosts/sercanto
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
|
deployment.targetHost = "10.42.0.180";
|
||||||
|
roles.desktop.enable = true;
|
||||||
|
roles.desktopCraige.enable = true;
|
||||||
};
|
};
|
||||||
sithlainnir = {
|
sithlainnir = {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue