summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/x/configuration.nix11
-rw-r--r--machines/x/home.nix7
2 files changed, 9 insertions, 9 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix
index 8c77d84..0b18f38 100644
--- a/machines/x/configuration.nix
+++ b/machines/x/configuration.nix
@@ -12,8 +12,10 @@
"core/audio.nix"
"core/bluetooth.nix"
"core/fonts.nix"
+ "wm_utils.nix"
"compromyse.nix"
"login.nix"
+ "polkit.nix"
"virtualization.nix"
]);
@@ -30,15 +32,6 @@
networking.hostName = "x";
home-manager.users.compromyse = import ./home.nix;
- services.desktopManager.plasma6.enable = true;
- environment.plasma6.excludePackages = with pkgs.kdePackages; [
- konsole
- oxygen
- ark
- elisa
- gwenview
- kate
- ];
networking.extraHosts =
''
diff --git a/machines/x/home.nix b/machines/x/home.nix
index dee6de3..01785f3 100644
--- a/machines/x/home.nix
+++ b/machines/x/home.nix
@@ -41,6 +41,13 @@ in {
"dotfiles.nix"
"git"
"nvim"
+
+ "dwl.nix"
+ "themes.nix"
+ "way-displays"
+ "swaylock"
+ "dunst"
+
"alacritty"
]);