Basic libinput gestures + structured shell aliases
This commit is contained in:
parent
2d6084b28a
commit
1f49192ab3
6 changed files with 68 additions and 19 deletions
7
home.nix
7
home.nix
|
|
@ -66,10 +66,12 @@ in
|
|||
# audacity
|
||||
authy
|
||||
# blender
|
||||
catgirl # IRC
|
||||
ckan
|
||||
discord
|
||||
evolution
|
||||
firefox
|
||||
foliate # ebook reader
|
||||
gallery-dl
|
||||
gnome.dconf-editor
|
||||
gnome.eog
|
||||
|
|
@ -128,7 +130,6 @@ in
|
|||
hunspellDicts.en_GB-large
|
||||
hunspellDicts.en_US-large
|
||||
|
||||
|
||||
blender
|
||||
(
|
||||
dwarf-fortress-packages.dwarf-fortress-full.override {
|
||||
|
|
@ -150,6 +151,7 @@ in
|
|||
] ++ (
|
||||
with nixos; [
|
||||
tdesktop
|
||||
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
@ -181,6 +183,7 @@ in
|
|||
./modules/keychain.nix
|
||||
# ./modules/kitty.nix
|
||||
./modules/lf.nix
|
||||
./modules/libinput-gestures.nix
|
||||
./modules/lorri.nix
|
||||
./modules/man.nix
|
||||
# ./modules/nix-index.nix
|
||||
|
|
@ -193,6 +196,7 @@ in
|
|||
./modules/rofi.nix
|
||||
./modules/screen_locker.nix
|
||||
./modules/ssh.nix
|
||||
./modules/starship.nix
|
||||
./modules/sxhkd.nix
|
||||
./modules/syncthing.nix
|
||||
./modules/terminator.nix
|
||||
|
|
@ -203,6 +207,7 @@ in
|
|||
./modules/zoxide.nix
|
||||
./modules/zsh.nix
|
||||
|
||||
./modules/shell_aliases.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue