KDE on workstation
This commit is contained in:
parent
40abda7ae9
commit
d035874f27
1 changed files with 21 additions and 6 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
desktop-usage
|
||||
podman
|
||||
kde-plasma
|
||||
postgres
|
||||
wifi
|
||||
hyprland
|
||||
|
@ -30,11 +31,29 @@
|
|||
programs.steam.enable = true;
|
||||
programs.steam.remotePlay.openFirewall = true;
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
spotify
|
||||
discord
|
||||
radeontop
|
||||
slack
|
||||
godot_4
|
||||
fractal
|
||||
prismlauncher
|
||||
variety # wallpaper switcher that I use with GNOME
|
||||
radeontop
|
||||
sops
|
||||
obs-studio
|
||||
xh
|
||||
];
|
||||
};
|
||||
|
||||
home-manager.users.daniel = {
|
||||
imports = with outputs.homeManagerModules; [
|
||||
sway
|
||||
pass
|
||||
firefox-no-tabs
|
||||
wallpaper-manager
|
||||
melee
|
||||
# hyprland
|
||||
];
|
||||
|
@ -45,6 +64,8 @@
|
|||
# };
|
||||
# };
|
||||
|
||||
services.mako.enable = lib.mkForce false; # don't use mako when using plasma
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
env = [
|
||||
|
@ -112,12 +133,6 @@
|
|||
hardware.bluetooth.enable = true;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
radeontop
|
||||
];
|
||||
};
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue