Update plasma and desktop configs
This commit is contained in:
parent
043cd11775
commit
3c6872cde7
2 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
overrideConfig = true;
|
overrideConfig = false;
|
||||||
configFile = {
|
configFile = {
|
||||||
kscreenlockerrc = {
|
kscreenlockerrc = {
|
||||||
# Set Lock Screen Wallpaper
|
# Set Lock Screen Wallpaper
|
||||||
|
@ -80,6 +80,8 @@
|
||||||
"applications:bitwarden.desktop"
|
"applications:bitwarden.desktop"
|
||||||
"applications:org.kde.konsole.desktop"
|
"applications:org.kde.konsole.desktop"
|
||||||
"applications:steam.desktop"
|
"applications:steam.desktop"
|
||||||
|
"applications:lutris.desktop"
|
||||||
|
"applications:darktable.desktop"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -105,6 +107,9 @@
|
||||||
"org.kde.plasma.brightness"
|
"org.kde.plasma.brightness"
|
||||||
"org.kde.plasma.nightlight"
|
"org.kde.plasma.nightlight"
|
||||||
"org.kde.plasma.clipboard"
|
"org.kde.plasma.clipboard"
|
||||||
|
"org.kde.plasma.browserintegration"
|
||||||
|
"org.kde.plasma.plasmabrowserintegration"
|
||||||
|
"org.kde.plasma.browser"
|
||||||
"steam"
|
"steam"
|
||||||
"remmina"
|
"remmina"
|
||||||
];
|
];
|
||||||
|
|
|
@ -58,7 +58,6 @@
|
||||||
pkgs.distrobox
|
pkgs.distrobox
|
||||||
|
|
||||||
# nVidia gpu options
|
# nVidia gpu options
|
||||||
pkgs.gwe
|
|
||||||
pkgs.nvtopPackages.nvidia
|
pkgs.nvtopPackages.nvidia
|
||||||
# WINE
|
# WINE
|
||||||
# support 32-bit only
|
# support 32-bit only
|
||||||
|
|
Loading…
Reference in a new issue