move windowManager.i3 packages to home-manager
oh my god i just realised my rofi configuration was ignored
This commit is contained in:
parent
afa16aafcc
commit
2bc503a791
3 changed files with 6 additions and 14 deletions
|
|
@ -42,19 +42,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xkbOptions = "caps:escape";
|
xkbOptions = "caps:escape";
|
||||||
windowManager.i3 = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.i3-gaps;
|
|
||||||
extraPackages = with pkgs; [
|
|
||||||
dunst
|
|
||||||
feh
|
|
||||||
lxappearance
|
|
||||||
maim
|
|
||||||
picom
|
|
||||||
polybar
|
|
||||||
rofi
|
|
||||||
xclip
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
brave
|
brave
|
||||||
discord-canary
|
discord-canary
|
||||||
element-desktop
|
element-desktop
|
||||||
|
feh
|
||||||
ffmpeg
|
ffmpeg
|
||||||
gnome.file-roller
|
gnome.file-roller
|
||||||
ghidra-bin
|
ghidra-bin
|
||||||
|
|
@ -16,6 +17,8 @@
|
||||||
inkscape
|
inkscape
|
||||||
kotatogram-desktop
|
kotatogram-desktop
|
||||||
lf
|
lf
|
||||||
|
lxappearance
|
||||||
|
maim
|
||||||
mps-youtube
|
mps-youtube
|
||||||
neofetch
|
neofetch
|
||||||
nodejs-16_x
|
nodejs-16_x
|
||||||
|
|
@ -29,6 +32,7 @@
|
||||||
vlc
|
vlc
|
||||||
wine-osu
|
wine-osu
|
||||||
(winetricks.override { wine = wine-osu; })
|
(winetricks.override { wine = wine-osu; })
|
||||||
|
xclip
|
||||||
xorg.xgamma
|
xorg.xgamma
|
||||||
youtube-dl
|
youtube-dl
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
{ config, ... }: {
|
{ config, ... }: {
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
|
enable = true;
|
||||||
font = "Open Sans 10";
|
font = "Open Sans 10";
|
||||||
scrollbar = false;
|
scrollbar = false;
|
||||||
|
terminal = "kitty";
|
||||||
#theme = builtins.fetchUrl {};
|
#theme = builtins.fetchUrl {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue