Split into more modules
This commit is contained in:
parent
b6760195ce
commit
70f3e0a538
15 changed files with 219 additions and 124 deletions
|
|
@ -114,15 +114,7 @@ in {
|
|||
};
|
||||
|
||||
file = {
|
||||
".wallpaper.png".source = ./files/wallpaper.png;
|
||||
".config/ncmpcpp" = {
|
||||
source = ./files/ncmpcpp;
|
||||
recursive = true;
|
||||
};
|
||||
".xmonad/scripts" = {
|
||||
source = ./files/scripts;
|
||||
recursive = true;
|
||||
};
|
||||
".wallpaper.png".source = ./wallpaper.png;
|
||||
".themes/oomox-gruvmox-dark-medium-default" = {
|
||||
source = ./files/oomox-gruvmox-dark-medium-default;
|
||||
recursive = true;
|
||||
|
|
@ -146,9 +138,6 @@ in {
|
|||
xorg.xkill
|
||||
numix-gtk-theme
|
||||
|
||||
(ncmpcpp.override { visualizerSupport = true; })
|
||||
mpc_cli
|
||||
|
||||
# Ranger preview utils
|
||||
w3m
|
||||
xclip
|
||||
|
|
@ -180,12 +169,6 @@ in {
|
|||
thefuck
|
||||
atool
|
||||
linuxPackages.perf
|
||||
|
||||
glxinfo
|
||||
steam
|
||||
protontricks
|
||||
lutris
|
||||
dolphinEmu
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue