base-graphical: init with pipewire config

This commit is contained in:
Katherina Walshe-Grey 2024-09-11 05:43:35 +01:00
parent 3fc4efab9c
commit aeab801602
6 changed files with 42 additions and 23 deletions

View file

@ -6,7 +6,6 @@
./filesystems.nix
./hardware.nix
./networking.nix
./sound.nix
];
nixpkgs.hostPlatform = "x86_64-linux";
@ -17,12 +16,13 @@
targetHost = null; # disallow remote deployment
};
qenya.base-graphical.enable = true;
time.timeZone = "Europe/London";
i18n.defaultLocale = "en_GB.UTF-8";
console.keyMap = "uk";
services.xserver.enable = true;
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.desktopManager.plasma6.enable = true;