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
Generated
+4 -4
View File
@@ -6,11 +6,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1745135956, "lastModified": 1745138291,
"narHash": "sha256-bA6rFuzPjAWgenAh9IWGl2cO/pTqR2ff4VsB5eB6v8w=", "narHash": "sha256-FXUYygIg+z35NszMG5lt9lw7BJgkD3ABRX8zBTKkQl4=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "dfacc364eda3d5ee1fdc2d09b065fc0689570905", "rev": "bf771732d06cb9405314a1ad2cd7817326b142e7",
"revCount": 17, "revCount": 21,
"type": "git", "type": "git",
"url": "file:./azos-core" "url": "file:./azos-core"
}, },
+10 -8
View File
@@ -18,14 +18,14 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
nixpkgs = { nixpkgs = {
overlays = [ overlays = [
outputs.overlays.modifications outputs.overlays.modifications
outputs.overlays.unstable-packages outputs.overlays.unstable-packages
inputs.azos-core.overlays.addpkgs inputs.azos-core.overlays.addpkgs
]; ];
config = { config = {
allowUnfree = true; allowUnfree = true;
}; };
}; };
nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs); nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
@@ -95,6 +95,8 @@
fonts.enableDefaultPackages = true; fonts.enableDefaultPackages = true;
services.upower.enable = true;
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.
# programs.mtr.enable = true; # programs.mtr.enable = true;