Current derivation
This commit is contained in:
parent
0aae761f89
commit
f7226d5fa6
20 changed files with 342 additions and 79 deletions
34
home.nix
34
home.nix
|
|
@ -13,34 +13,50 @@ in {
|
|||
keyboard.layout = "it";
|
||||
keyboard.options = ["terminate:ctrl_alt_bksp" "compose:rctrl"];
|
||||
packages = (with pkgs; [
|
||||
htop
|
||||
neofetch
|
||||
discord
|
||||
evolutionWithPlugins
|
||||
evolution
|
||||
firefox
|
||||
gallery-dl
|
||||
gnome3.evince
|
||||
gnome3.file-roller
|
||||
gnome3.nautilus
|
||||
gnome3.gnome-screenshot
|
||||
gnome3.gnome-tweaks
|
||||
htop
|
||||
jetbrains.datagrip
|
||||
lutris
|
||||
megasync
|
||||
mpv
|
||||
libreoffice-fresh
|
||||
neofetch
|
||||
nerdfonts
|
||||
obsidian
|
||||
openvpn
|
||||
pavucontrol
|
||||
pcmanfm
|
||||
polybarFull
|
||||
procps-ng
|
||||
shotwell
|
||||
skypeforlinux
|
||||
slack
|
||||
spotify
|
||||
teams
|
||||
steam
|
||||
wireguard
|
||||
]) ++ (with nixpkgs; [
|
||||
authy
|
||||
keepassxc
|
||||
tdesktop
|
||||
teams
|
||||
]);
|
||||
};
|
||||
|
||||
imports = [
|
||||
# ./extralib.nix
|
||||
|
||||
./modules/configurations.nix
|
||||
|
||||
./modules/alacritty.nix
|
||||
./modules/bash.nix
|
||||
./modules/bat.nix
|
||||
./modules/broot.nix
|
||||
./modules/bottom.nix
|
||||
|
|
@ -50,13 +66,23 @@ in {
|
|||
./modules/git.nix
|
||||
./modules/go.nix
|
||||
./modules/gpg.nix
|
||||
./modules/info.nix
|
||||
./modules/jq.nix
|
||||
./modules/kakoune.nix
|
||||
./modules/keychain.nix
|
||||
./modules/man.nix
|
||||
# ./modules/nix-index.nix
|
||||
./modules/noti.nix
|
||||
./modules/obs-studio.nix
|
||||
./modules/pazi.nix
|
||||
./modules/picom.nix
|
||||
./modules/qogir_theme.nix
|
||||
./modules/rofi.nix
|
||||
./modules/ssh.nix
|
||||
./modules/screen_locker.nix
|
||||
./modules/sxhkd.nix
|
||||
./modules/terminator.nix
|
||||
./modules/tmux.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue