mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +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
|
in
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
git-annex
|
||||||
|
file
|
||||||
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../bash
|
../bash
|
||||||
];
|
];
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue