First commit
This commit is contained in:
45
modules/home/plasma.nix
Normal file
45
modules/home/plasma.nix
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.plasma-manager.homeModules.plasma-manager
|
||||
];
|
||||
|
||||
programs = {
|
||||
plasma = {
|
||||
enable = true;
|
||||
|
||||
kscreenlocker = {
|
||||
appearance = {
|
||||
wallpaper = ../../wallpapers/lanterns_of_twilight.png;
|
||||
};
|
||||
};
|
||||
|
||||
workspace = {
|
||||
lookAndFeel = "org.kde.breezedark.desktop";
|
||||
wallpaper = ../../wallpapers/lanterns_of_twilight.png;
|
||||
wallpaperFillMode = "preserveAspectCrop";
|
||||
};
|
||||
};
|
||||
|
||||
konsole = {
|
||||
enable = true;
|
||||
defaultProfile = "Jade";
|
||||
profiles = {
|
||||
jade = {
|
||||
name = "Jade";
|
||||
font = {
|
||||
name = "FiraCode";
|
||||
};
|
||||
extraConfig = {
|
||||
Appearance = {
|
||||
WordMode = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user