plasma-manager and other changes
This commit is contained in:
parent
315e7eb23e
commit
1da91f0176
8 changed files with 358 additions and 46 deletions
23
home/alien.nix
Normal file
23
home/alien.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
catppuccin = {
|
||||
accent = "mocha";
|
||||
flavor = "blue";
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
workspace = {
|
||||
# lookAndFeel = "Catppuccin-Mocha-Blue";
|
||||
colorScheme = "CatppuccinMochaBlue";
|
||||
cursor.theme = "catppuccin-mocha-blue-cursors";
|
||||
splashScreen.theme = "Catpppuccin-Mocha-Blue";
|
||||
};
|
||||
|
||||
configFile = {
|
||||
kdeglobals.KDE = {
|
||||
DefaultDarkLookAndFeel = "Catppuccin-Mocha-Blue";
|
||||
DefaultLightLookAndFeel = "Catppuccin-Latte-Blue";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue