fix boot devices steamdeck, add ykfde
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user