add(nixos): xscreensaver for xmonad

This commit is contained in:
Léana 江 2023-12-26 18:06:36 +01:00 committed by Léana 江
parent f4beaf22cb
commit 98d0feb8f0
10 changed files with 118 additions and 34 deletions

View file

@ -5,11 +5,16 @@
}: {
environment.systemPackages = with pkgs; [
curl
vim
stow
git
gcc
agenix.default
];
programs.vim.defaultEditor = true;
programs.git.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
};
}