fix boot devices steamdeck, add ykfde

This commit is contained in:
2023-09-28 19:29:50 +02:00
parent a82b2fac68
commit 6d47e49918
5 changed files with 60 additions and 8 deletions

View File

@@ -18,6 +18,10 @@
./hardware-configuration.nix
];
nixpkgs.overlays = [
(import ./utils/overlays/packages.nix)
];
cloonar.sway.additionalConfig = ''
output eDP-1 disable
'';
@@ -80,6 +84,7 @@
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
firefox
ykfde
# thunderbird
];
};