Add git-annex and file to servers and workstations

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-18 13:44:31 +01:00
parent f7d3a75044
commit 915e1544ee
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,11 @@ let
; ;
in in
{ {
home.packages = with pkgs; [
git-annex
file
];
imports = [ imports = [
../bash ../bash
]; ];

View file

@ -109,9 +109,10 @@ in
emacs-rofi emacs-rofi
libnotify libnotify
playerctl playerctl
git-annex
file
]; ];
home.file.".config/alacritty/alacritty.yaml".source = ./alacritty.yaml; home.file.".config/alacritty/alacritty.yaml".source = ./alacritty.yaml;
home.file.".gpg-agent.conf".text = '' home.file.".gpg-agent.conf".text = ''
enable-ssh-support enable-ssh-support