base-graphical: init with pipewire config
This commit is contained in:
parent
3fc4efab9c
commit
aeab801602
6 changed files with 42 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue