Merge branch 'master' into fixing
This commit is contained in:
commit
492ae9d92a
11 changed files with 179 additions and 7 deletions
13
home.nix
13
home.nix
|
|
@ -20,6 +20,7 @@ in {
|
|||
gnome3.evince
|
||||
gnome3.file-roller
|
||||
gnome3.gnome-screenshot
|
||||
gnome3.gnome-tweaks
|
||||
gnome3.nautilus
|
||||
htop
|
||||
jetbrains.datagrip
|
||||
|
|
@ -28,7 +29,6 @@ in {
|
|||
megasync
|
||||
mpv
|
||||
neofetch
|
||||
neofetch
|
||||
nerdfonts
|
||||
obsidian
|
||||
openvpn
|
||||
|
|
@ -51,9 +51,12 @@ in {
|
|||
};
|
||||
|
||||
imports = [
|
||||
./extralib.nix
|
||||
|
||||
./modules/configurations.nix
|
||||
|
||||
./modules/alacritty.nix
|
||||
./modules/bash.nix
|
||||
./modules/bat.nix
|
||||
./modules/broot.nix
|
||||
./modules/bottom.nix
|
||||
|
|
@ -64,10 +67,18 @@ in {
|
|||
./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/ssh.nix
|
||||
./modules/sxhkd.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue