updated stuff

This commit is contained in:
2021-05-22 11:35:23 +05:30
parent dadc9192ff
commit 5364156d58
9 changed files with 66 additions and 13 deletions

8
marisa/pkgs.nix Normal file → Executable file
View File

@@ -1,16 +1,12 @@
{lib, config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
xclip
xorg.xkbcomp
p7zip
git
gnumake
neofetch
kbd
htop
feh
st
dwm
vim
wget
];
@@ -26,9 +22,7 @@
};
gnupg = {
agent = {
enableSSHSupport = true;
enable = true;
pinentryFlavor = "curses";
};
};
};