Home
This commit is contained in:
parent
9c0cc4dd45
commit
2ff62b772c
1 changed files with 14 additions and 3 deletions
17
home.nix
17
home.nix
|
|
@ -13,29 +13,40 @@ in {
|
||||||
keyboard.layout = "it";
|
keyboard.layout = "it";
|
||||||
keyboard.options = ["terminate:ctrl_alt_bksp" "compose:rctrl"];
|
keyboard.options = ["terminate:ctrl_alt_bksp" "compose:rctrl"];
|
||||||
packages = (with pkgs; [
|
packages = (with pkgs; [
|
||||||
htop
|
|
||||||
neofetch
|
neofetch
|
||||||
discord
|
discord
|
||||||
evolutionWithPlugins
|
evolution
|
||||||
firefox
|
firefox
|
||||||
|
gallery-dl
|
||||||
gnome3.evince
|
gnome3.evince
|
||||||
|
gnome3.file-roller
|
||||||
gnome3.nautilus
|
gnome3.nautilus
|
||||||
|
gnome3.gnome-screenshot
|
||||||
|
htop
|
||||||
|
libreoffice-fresh
|
||||||
|
lutris
|
||||||
jetbrains.datagrip
|
jetbrains.datagrip
|
||||||
megasync
|
megasync
|
||||||
mpv
|
mpv
|
||||||
|
neofetch
|
||||||
nerdfonts
|
nerdfonts
|
||||||
|
obsidian
|
||||||
|
openvpn
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
polybarFull
|
polybarFull
|
||||||
procps-ng
|
procps-ng
|
||||||
|
shotwell
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
slack
|
slack
|
||||||
spotify
|
spotify
|
||||||
teams
|
steam
|
||||||
|
wireguard
|
||||||
]) ++ (with nixpkgs; [
|
]) ++ (with nixpkgs; [
|
||||||
authy
|
authy
|
||||||
keepassxc
|
keepassxc
|
||||||
tdesktop
|
tdesktop
|
||||||
|
teams
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue