Cleanup
This commit is contained in:
parent
ae3a32f445
commit
4417c5804d
2 changed files with 23 additions and 23 deletions
42
home.nix
42
home.nix
|
|
@ -21,11 +21,13 @@ in
|
|||
|
||||
home = {
|
||||
language.base = "it_IT.UTF-8";
|
||||
keyboard.layout = "it";
|
||||
keyboard.options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" ];
|
||||
keyboard = {
|
||||
layout = "it";
|
||||
options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" ];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
pulseaudio
|
||||
pulseeffects-legacy
|
||||
# pulseaudio
|
||||
# pulseeffects-legacy
|
||||
|
||||
kubectl
|
||||
docker-compose
|
||||
|
|
@ -36,12 +38,11 @@ in
|
|||
blender
|
||||
catgirl # IRC
|
||||
cava
|
||||
ckan
|
||||
discord
|
||||
evolution
|
||||
# evolution
|
||||
file
|
||||
firefox
|
||||
foliate # ebook reader
|
||||
# firefox
|
||||
# # foliate # ebook reader
|
||||
gallery-dl
|
||||
gnome.dconf-editor
|
||||
gnome.eog
|
||||
|
|
@ -92,7 +93,7 @@ in
|
|||
transmission-gtk
|
||||
virt-manager
|
||||
wget
|
||||
wineFull
|
||||
# wineFull
|
||||
wireguard
|
||||
xclip
|
||||
xournalpp
|
||||
|
|
@ -103,13 +104,13 @@ in
|
|||
hunspellDicts.en_US-large
|
||||
hunspellDicts.it_IT
|
||||
|
||||
(
|
||||
dwarf-fortress-packages.dwarf-fortress-full.override {
|
||||
enableLegendsBrowser = false;
|
||||
enableTextMode = true;
|
||||
theme = "phoebus";
|
||||
}
|
||||
)
|
||||
# (
|
||||
# dwarf-fortress-packages.dwarf-fortress-full.override {
|
||||
# enableLegendsBrowser = false;
|
||||
# enableTextMode = true;
|
||||
# theme = "phoebus";
|
||||
# }
|
||||
# )
|
||||
|
||||
(
|
||||
retroarch.override {
|
||||
|
|
@ -159,10 +160,10 @@ in
|
|||
./modules/onedrive.nix
|
||||
# ./modules/pazi.nix
|
||||
# ./modules/picom.nix
|
||||
./modules/polybar.nix
|
||||
# ./modules/polybar.nix
|
||||
./modules/gtk_theme.nix
|
||||
./modules/rofi.nix
|
||||
./modules/screen_locker.nix
|
||||
# ./modules/rofi.nix
|
||||
# ./modules/screen_locker.nix
|
||||
./modules/ssh.nix
|
||||
./modules/starship.nix
|
||||
# ./modules/sxhkd.nix
|
||||
|
|
@ -175,11 +176,10 @@ in
|
|||
./modules/zoxide.nix
|
||||
./modules/zsh.nix
|
||||
|
||||
./modules/pro_audio.nix
|
||||
# ./modules/pro_audio.nix
|
||||
./modules/security.nix
|
||||
|
||||
./modules/shell_aliases.nix
|
||||
./modules/security.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
nmap
|
||||
|
||||
# WEB
|
||||
altair
|
||||
# altair
|
||||
# burpsuite
|
||||
httpie
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
bintools
|
||||
ghidra-bin
|
||||
radare2
|
||||
cutter
|
||||
# cutter
|
||||
|
||||
# INFRASTRUCTURE
|
||||
cocktail-bar-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue