mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
adjust themes and other stuff
This commit is contained in:
parent
1bd790f1c8
commit
70e965c63f
17 changed files with 332 additions and 183 deletions
|
|
@ -17,6 +17,10 @@ in {
|
|||
kitty = lib.mkEnableOption "";
|
||||
opera = lib.mkEnableOption "";
|
||||
steam = lib.mkEnableOption "";
|
||||
messengers = {
|
||||
personal = lib.mkEnableOption "";
|
||||
work = lib.mkEnableOption "";
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
@ -53,6 +57,7 @@ in {
|
|||
fishPlugins.grc
|
||||
fishPlugins.bass
|
||||
|
||||
python312 # needed for bass
|
||||
grc
|
||||
];
|
||||
|
||||
|
|
@ -67,6 +72,7 @@ in {
|
|||
"nvidia-settings"
|
||||
"nvidia-persistenced"
|
||||
"opera"
|
||||
"discord-ptb"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue