Works for the most part

This commit is contained in:
2025-04-20 12:27:19 +03:00
parent d28ed17c6e
commit 07c7d4ff53
3 changed files with 15 additions and 13 deletions
+10 -8
View File
@@ -18,14 +18,14 @@
boot.loader.efi.canTouchEfiVariables = true;
nixpkgs = {
overlays = [
outputs.overlays.modifications
outputs.overlays.unstable-packages
inputs.azos-core.overlays.addpkgs
];
config = {
allowUnfree = true;
};
overlays = [
outputs.overlays.modifications
outputs.overlays.unstable-packages
inputs.azos-core.overlays.addpkgs
];
config = {
allowUnfree = true;
};
};
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
@@ -95,6 +95,8 @@
fonts.enableDefaultPackages = true;
services.upower.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;