summaryrefslogtreecommitdiff
path: root/machines/x
diff options
context:
space:
mode:
Diffstat (limited to 'machines/x')
-rw-r--r--machines/x/configuration.nix16
-rw-r--r--machines/x/home.nix13
2 files changed, 6 insertions, 23 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix
index f3e60e4..a5bad12 100644
--- a/machines/x/configuration.nix
+++ b/machines/x/configuration.nix
@@ -13,10 +13,8 @@
"core/audio.nix"
"core/bluetooth.nix"
"core/fonts.nix"
- "polkit.nix"
"compromyse.nix"
"login.nix"
- "wm_utils.nix"
"virtualization.nix"
]);
@@ -30,17 +28,15 @@
services.fstrim.enable = true;
- services.tlp = {
- enable = true;
- settings = {
- CPU_SCALING_GOVERNOR_ON_AC = "performance";
- CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
- };
- };
-
networking.hostName = "x";
home-manager.users.compromyse = import ./home.nix;
+ services.xserver.desktopManager.plasma6.enable = true;
+
+ environment.plasma5.excludePackages = with pkgs.kdePackages; [
+ konsole
+ oxygen
+ ];
networking.extraHosts =
''
diff --git a/machines/x/home.nix b/machines/x/home.nix
index c0ac523..dee6de3 100644
--- a/machines/x/home.nix
+++ b/machines/x/home.nix
@@ -21,7 +21,6 @@ in {
unzip
zip
- cinnamon.nemo
imv
spotify
@@ -30,31 +29,19 @@ in {
obs-studio
- pavucontrol
- brightnessctl
- pamixer
-
- wbg
wl-clipboard
- sway-launcher-desktop
-
ccls
nodePackages.pyright
git-lfs
] ++ [ tlauncher ];
imports = (map (path: ../../config/${path}) [
- "themes.nix"
"bash.nix"
"dotfiles.nix"
"git"
"nvim"
"alacritty"
- "dwl.nix"
- "way-displays"
- "swaylock"
- "dunst"
]);
home.stateVersion = "23.11";