1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

kibbeh: configure

This commit is contained in:
2025-02-11 21:04:02 +01:00
parent 5adc8309f2
commit 295f8257e3
9 changed files with 96 additions and 130 deletions

View File

@@ -126,22 +126,6 @@ in {
};
};
}
{
security.wrappers = {
pmount = {
setuid = true;
owner = "root";
group = "root";
source = "${pkgs.pmount}/bin/pmount";
};
pumount = {
setuid = true;
owner = "root";
group = "root";
source = "${pkgs.pmount}/bin/pumount";
};
};
}
{programs.command-not-found.enable = true;}
{
programs.gnupg = {
@@ -255,6 +239,11 @@ in {
./watson.nix
./wallpaper.nix
./zsh.nix
{
home-manager.users.me.home.file.".zshrc".text = ''
# nothing to see here
'';
}
./tor.nix
./stw-berlin.nix
./mastodon-bot.nix