move windowManager.i3 packages to home-manager

oh my god i just realised my rofi configuration was ignored
This commit is contained in:
LavaDesu 2021-07-11 11:48:02 +07:00
parent afa16aafcc
commit 2bc503a791
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 6 additions and 14 deletions

View file

@ -8,6 +8,7 @@
brave
discord-canary
element-desktop
feh
ffmpeg
gnome.file-roller
ghidra-bin
@ -16,6 +17,8 @@
inkscape
kotatogram-desktop
lf
lxappearance
maim
mps-youtube
neofetch
nodejs-16_x
@ -29,6 +32,7 @@
vlc
wine-osu
(winetricks.override { wine = wine-osu; })
xclip
xorg.xgamma
youtube-dl

View file

@ -1,7 +1,9 @@
{ config, ... }: {
programs.rofi = {
enable = true;
font = "Open Sans 10";
scrollbar = false;
terminal = "kitty";
#theme = builtins.fetchUrl {};
};
}