mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Add git-annex and file to servers and workstations
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
f7d3a75044
commit
915e1544ee
|
@ -4,6 +4,11 @@ let
|
|||
;
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
git-annex
|
||||
file
|
||||
];
|
||||
|
||||
imports = [
|
||||
../bash
|
||||
];
|
||||
|
|
|
@ -109,9 +109,10 @@ in
|
|||
emacs-rofi
|
||||
libnotify
|
||||
playerctl
|
||||
git-annex
|
||||
file
|
||||
];
|
||||
|
||||
|
||||
home.file.".config/alacritty/alacritty.yaml".source = ./alacritty.yaml;
|
||||
home.file.".gpg-agent.conf".text = ''
|
||||
enable-ssh-support
|
||||
|
|
Loading…
Reference in a new issue