tmux and upower

This commit is contained in:
Andrea Ciceri 2022-06-10 11:07:26 +02:00
parent ee596b3db9
commit 3668e2d3d0
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
5 changed files with 46 additions and 4 deletions

View file

@ -110,7 +110,7 @@
users = digga.lib.rakeLeaves ./users;
};
suites = with profiles; rec {
base = [ core users.ccr users.root ];
base = [ core upower users.ccr users.root ];
};
};
};
@ -121,7 +121,7 @@
importables = rec {
profiles = digga.lib.rakeLeaves ./users/profiles;
suites = with profiles; rec {
base = [ direnv git zsh gpg password-store udiskie ];
base = [ direnv git zsh gpg password-store udiskie tmux ];
emails = [ mails ];
shell = [ zsh exa fzf ];
gui = [ sway xdg gtk foot bat ];