libvirt and comma

This commit is contained in:
Glen Goodwin 2023-10-01 13:10:41 -04:00
parent 58c6004ef6
commit 47ae69d5ca
9 changed files with 39 additions and 12 deletions

View file

@ -16,7 +16,7 @@
./thinkpad
./configuration.nix
../modules/themes/home.nix
inputs.nix-index-database.nixosModules.nix-index
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
@ -28,7 +28,6 @@
};
}
];
};

View file

@ -26,6 +26,7 @@
homeDirectory = "/home/${user}";
packages = with pkgs; [
devbox
nix-prefetch-git
libnotify
kubernetes-helm

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
security.apparmor.enable = true;
security.apparmor.killUnconfinedConfinables = true;

View file

@ -29,6 +29,8 @@
# No xbacklight, this is the alterantive
dconf.enable = true;
light.enable = true;
command-not-found.enable = false;
nix-index-database.comma.enable = true;
};
services = {