Thinker to plasma
This commit is contained in:
parent
98551750da
commit
038badd1a9
1 changed files with 13 additions and 5 deletions
|
@ -14,7 +14,8 @@
|
||||||
inputs.hardware.nixosModules.common-pc-laptop-ssd
|
inputs.hardware.nixosModules.common-pc-laptop-ssd
|
||||||
desktop-usage
|
desktop-usage
|
||||||
podman
|
podman
|
||||||
gnome
|
# gnome
|
||||||
|
kde-plasma
|
||||||
postgres
|
postgres
|
||||||
wifi
|
wifi
|
||||||
];
|
];
|
||||||
|
@ -23,10 +24,15 @@
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
spotify
|
spotify
|
||||||
discord
|
discord
|
||||||
obs-studio
|
|
||||||
variety # wallpaper switcher that I use with GNOME
|
|
||||||
sops
|
|
||||||
slack
|
slack
|
||||||
|
godot_4
|
||||||
|
fractal
|
||||||
|
prismlauncher
|
||||||
|
variety
|
||||||
|
radeontop
|
||||||
|
sops
|
||||||
|
obs-studio
|
||||||
|
xh
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -51,7 +57,7 @@
|
||||||
sway
|
sway
|
||||||
pass
|
pass
|
||||||
firefox-no-tabs
|
firefox-no-tabs
|
||||||
wallpaper-manager
|
# wallpaper-manager
|
||||||
# sway-laptop
|
# sway-laptop
|
||||||
# hyprland
|
# hyprland
|
||||||
];
|
];
|
||||||
|
@ -59,6 +65,8 @@
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mako.enable = lib.mkForce false; # don't use mako when using plasma
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
|
|
Loading…
Reference in a new issue