mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Make theming a part of the DE config
This commit is contained in:
parent
343b15177f
commit
f22f1fabe0
4 changed files with 37 additions and 47 deletions
|
|
@ -3,6 +3,7 @@
|
|||
de = {
|
||||
qtile.enable = true;
|
||||
wallpaper = ./wallpaper;
|
||||
theming.enable = true;
|
||||
tray.syncthing.enable = true;
|
||||
};
|
||||
vscode.enable = true;
|
||||
|
|
@ -13,7 +14,6 @@
|
|||
improvedCommands.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
theming.enable = true;
|
||||
ssh-client.enable = true;
|
||||
git.enable = true;
|
||||
neovim.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue