mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
add(nixos): xscreensaver for xmonad
This commit is contained in:
parent
f4beaf22cb
commit
98d0feb8f0
10 changed files with 118 additions and 34 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue