idek lots
This commit is contained in:
parent
0c25328d6f
commit
4031a614a8
9 changed files with 139 additions and 122 deletions
|
@ -13,7 +13,6 @@
|
|||
overlays = [
|
||||
inputs.nur.overlay
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.pkg-sets
|
||||
inputs.nix-rice.overlays.default
|
||||
outputs.overlays.rice
|
||||
inputs.helix.overlays.default
|
||||
|
@ -27,6 +26,7 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
# add flake inputs to our registry to allow global use
|
||||
registry = lib.mapAttrs (_: value: {flake = value;}) inputs;
|
||||
settings = {
|
||||
trusted-users = ["bolt" "plank"];
|
||||
|
@ -43,6 +43,7 @@
|
|||
options = "--delete-older-than 3d";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
package = pkgs.lix;
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
@ -56,12 +57,6 @@
|
|||
./modules/nix-meta.nix
|
||||
];
|
||||
|
||||
# hm should have sorted this out
|
||||
# qt = {
|
||||
# enable = true;
|
||||
# style = "adwaita-dark";
|
||||
# };
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.enableAllFirmware = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue