Various updates
This commit is contained in:
parent
f7cf723137
commit
9cae4e1d54
2 changed files with 13 additions and 9 deletions
20
home.nix
20
home.nix
|
|
@ -26,8 +26,8 @@ in
|
||||||
options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" ];
|
options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" ];
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# pulseaudio
|
pulseaudio
|
||||||
# pulseeffects-legacy
|
easyeffects
|
||||||
|
|
||||||
kubectl
|
kubectl
|
||||||
docker-compose
|
docker-compose
|
||||||
|
|
@ -36,14 +36,16 @@ in
|
||||||
arandr
|
arandr
|
||||||
authy
|
authy
|
||||||
blender
|
blender
|
||||||
|
btop
|
||||||
catgirl # IRC
|
catgirl # IRC
|
||||||
cava
|
cava
|
||||||
discord
|
discord
|
||||||
# evolution
|
# evolution
|
||||||
file
|
file
|
||||||
# firefox
|
# firefox
|
||||||
# # foliate # ebook reader
|
foliate # ebook reader
|
||||||
gallery-dl
|
gallery-dl
|
||||||
|
gitkraken
|
||||||
gnome.dconf-editor
|
gnome.dconf-editor
|
||||||
gnome.eog
|
gnome.eog
|
||||||
gnome.evince
|
gnome.evince
|
||||||
|
|
@ -52,7 +54,7 @@ in
|
||||||
gnomeExtensions.dash-to-dock
|
gnomeExtensions.dash-to-dock
|
||||||
gnomeExtensions.dynamic-panel-transparency
|
gnomeExtensions.dynamic-panel-transparency
|
||||||
gnomeExtensions.just-perfection
|
gnomeExtensions.just-perfection
|
||||||
gnomeExtensions.topicons-plus
|
gnomeExtensions.night-theme-switcher
|
||||||
gnome.file-roller
|
gnome.file-roller
|
||||||
gnome.geary
|
gnome.geary
|
||||||
gnome.ghex
|
gnome.ghex
|
||||||
|
|
@ -70,11 +72,12 @@ in
|
||||||
gucharmap
|
gucharmap
|
||||||
htop
|
htop
|
||||||
# hyperspace-cli
|
# hyperspace-cli
|
||||||
|
inkscape
|
||||||
jetbrains.datagrip
|
jetbrains.datagrip
|
||||||
keepassxc
|
keepassxc
|
||||||
krita
|
krita
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
lutris-free
|
# lutris
|
||||||
megacmd
|
megacmd
|
||||||
mpv
|
mpv
|
||||||
neofetch
|
neofetch
|
||||||
|
|
@ -85,7 +88,7 @@ in
|
||||||
pentablet-driver
|
pentablet-driver
|
||||||
procps-ng
|
procps-ng
|
||||||
ripgrep
|
ripgrep
|
||||||
shotwell
|
rofimoji
|
||||||
skype
|
skype
|
||||||
slack
|
slack
|
||||||
spotify
|
spotify
|
||||||
|
|
@ -155,6 +158,7 @@ in
|
||||||
./modules/lorri.nix
|
./modules/lorri.nix
|
||||||
./modules/man.nix
|
./modules/man.nix
|
||||||
# ./modules/mangohud.nix
|
# ./modules/mangohud.nix
|
||||||
|
./modules/megasync.nix
|
||||||
# ./modules/nix-index.nix
|
# ./modules/nix-index.nix
|
||||||
./modules/noti.nix
|
./modules/noti.nix
|
||||||
./modules/obs-studio.nix
|
./modules/obs-studio.nix
|
||||||
|
|
@ -163,7 +167,7 @@ in
|
||||||
# ./modules/picom.nix
|
# ./modules/picom.nix
|
||||||
# ./modules/polybar.nix
|
# ./modules/polybar.nix
|
||||||
./modules/gtk_theme.nix
|
./modules/gtk_theme.nix
|
||||||
# ./modules/rofi.nix
|
./modules/rofi.nix
|
||||||
# ./modules/screen_locker.nix
|
# ./modules/screen_locker.nix
|
||||||
./modules/ssh.nix
|
./modules/ssh.nix
|
||||||
./modules/starship.nix
|
./modules/starship.nix
|
||||||
|
|
@ -177,7 +181,7 @@ in
|
||||||
./modules/zoxide.nix
|
./modules/zoxide.nix
|
||||||
./modules/zsh.nix
|
./modules/zsh.nix
|
||||||
|
|
||||||
# ./modules/pro_audio.nix
|
./modules/pro_audio.nix
|
||||||
./modules/security.nix
|
./modules/security.nix
|
||||||
|
|
||||||
./modules/shell_aliases.nix
|
./modules/shell_aliases.nix
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ in
|
||||||
size = 10;
|
size = 10;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
opacity = 0.95;
|
opacity = 0.9;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue