nixbook: update, add cosmic vm
This commit is contained in:
parent
c98d05bc0a
commit
7ff460508b
7 changed files with 165 additions and 52 deletions
14
flake.nix
14
flake.nix
|
|
@ -10,6 +10,7 @@
|
|||
};
|
||||
stylix.url = "github:danth/stylix";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
};
|
||||
|
||||
outputs = inputs: let
|
||||
|
|
@ -87,6 +88,19 @@
|
|||
./home/workstation.nix
|
||||
];
|
||||
|
||||
vm-cosmic =
|
||||
mkConf
|
||||
[
|
||||
./hardware/vm.nix
|
||||
./nixos/workstation.nix
|
||||
{
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
}
|
||||
] [
|
||||
./home/workstation.nix
|
||||
];
|
||||
|
||||
vm-hyprland =
|
||||
builtins.trace ''
|
||||
use super+enter to start a terminal.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue