1
0
mirror of https://github.com/kmein/niveum synced 2026-03-23 13:21:06 +01:00

chore: move module/constants.nix to lib/default.nix

This commit is contained in:
2020-10-30 11:05:26 +01:00
parent b8c79fd21c
commit 5dc561da83
37 changed files with 464 additions and 550 deletions

View File

@@ -8,10 +8,9 @@
environment.systemPackages = [ pkgs.zeroad pkgs.minecraft ];
niveum = {
batteryBlocks.default = "BAT1";
networkInterfaces.wireless = "wlp3s0";
batteryName = "BAT1";
wirelessInterface = "wlp3s0";
promptColours.success = "green";
fonts.size = lib.mkForce 11;
};
boot.loader.systemd-boot = {