steamdeck: sway specialication
This commit is contained in:
@@ -15,11 +15,6 @@
|
||||
|
||||
{
|
||||
specialisation = {
|
||||
steam.configuration = {
|
||||
imports =
|
||||
[(import ../../modules/wm/steam/home.nix)] ++
|
||||
[(import ../../modules/wm/kde/home.nix)];
|
||||
};
|
||||
sway.configuration = {
|
||||
imports =
|
||||
[(import ../../modules/wm/sway/home.nix)];
|
||||
@@ -27,9 +22,9 @@
|
||||
};
|
||||
|
||||
imports =
|
||||
[
|
||||
../../modules/home.nix # Window Manager
|
||||
];
|
||||
[(import ../../modules/home.nix)] ++ # Window Manager
|
||||
[(import ../../modules/wm/steam/home.nix)] ++
|
||||
[(import ../../modules/wm/kde/home.nix)];
|
||||
|
||||
home = { # Specific packages for laptop
|
||||
packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user