Try plasma manager
This commit is contained in:
parent
a1b832c179
commit
fcbe6a3a66
7 changed files with 165 additions and 59 deletions
|
|
@ -21,6 +21,7 @@ in
|
|||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.${usr} = { config, osConfig, pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
|
|
@ -32,7 +33,16 @@ in
|
|||
nixpkgs-fmt
|
||||
rclone
|
||||
sops
|
||||
];
|
||||
] ++ (if config.programs.plasma.enable then [
|
||||
sweet-ambar-blue
|
||||
yorha-sound-theme
|
||||
] ++ (with kdePackages; [
|
||||
qtmultimedia
|
||||
qtstyleplugin-kvantum
|
||||
qtwebchannel
|
||||
qtwebengine
|
||||
qtwebsockets
|
||||
]) else [ ]);
|
||||
stateVersion = osConfig.system.stateVersion;
|
||||
};
|
||||
programs = {
|
||||
|
|
@ -71,6 +81,20 @@ in
|
|||
theme = "base16_transparent";
|
||||
};
|
||||
};
|
||||
plasma = {
|
||||
configFile = {
|
||||
"kscreenlockerrc"."Daemon"."Autolock" = false;
|
||||
"kscreenlockerrc"."Greeter"."WallpaperPlugin" = "org.kde.potd";
|
||||
};
|
||||
spectacle.shortcuts.captureRectangularRegion = "Meta+Shift+S";
|
||||
workspace = {
|
||||
colorScheme = "SweetAmbarBlue";
|
||||
cursor.theme = "Sweet-cursors";
|
||||
iconTheme = "Sweet-Rainbow";
|
||||
lookAndFeel = "Sweet-Ambar-Blue";
|
||||
theme = "Sweet-Ambar-Blue";
|
||||
};
|
||||
};
|
||||
ripgrep.enable = true;
|
||||
starship = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue