hosts/youko: sway

This commit is contained in:
Nikodem Rabuliński 2025-01-16 13:44:22 +01:00
parent aaa0b853f7
commit 2dc36618af
Signed by: nrabulinski
SSH key fingerprint: SHA256:eJRdE3KzMWWk9zrksGEv8+v6F+VqUVR++z2SSPyiL0I
2 changed files with 147 additions and 0 deletions

View file

@ -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;
};
}