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"
},
"locked": {
"lastModified": 1745135956,
"narHash": "sha256-bA6rFuzPjAWgenAh9IWGl2cO/pTqR2ff4VsB5eB6v8w=",
"lastModified": 1745138291,
"narHash": "sha256-FXUYygIg+z35NszMG5lt9lw7BJgkD3ABRX8zBTKkQl4=",
"ref": "refs/heads/master",
"rev": "dfacc364eda3d5ee1fdc2d09b065fc0689570905",
"revCount": 17,
"rev": "bf771732d06cb9405314a1ad2cd7817326b142e7",
"revCount": 21,
"type": "git",
"url": "file:./azos-core"
},
+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;