hosts/youko: sway
This commit is contained in:
parent
aaa0b853f7
commit
2dc36618af
2 changed files with 147 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
imports = [
|
||||
./disks.nix
|
||||
./hardware.nix
|
||||
./sway.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
@ -18,5 +19,14 @@
|
|||
|
||||
age.secrets.niko-pass.file = ../../secrets/youko-niko-pass.age;
|
||||
users.users.${username}.hashedPasswordFile = config.age.secrets.niko-pass.path;
|
||||
|
||||
settei.user.config = {
|
||||
settei.desktop.enable = true;
|
||||
};
|
||||
|
||||
services.udisks2.enable = true;
|
||||
settei.incus.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue