mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
chore: move module/constants.nix to lib/default.nix
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -20,6 +20,9 @@ in {
|
||||
<niveum/configs/traadfri.nix>
|
||||
<niveum/modules/retiolum.nix>
|
||||
<niveum/modules/telegram-bot.nix>
|
||||
{
|
||||
services.rss-bridge.enable = true;
|
||||
}
|
||||
{
|
||||
nixpkgs = {
|
||||
overlays = [ (import <niveum/overlays/toml.nix>) ];
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
let
|
||||
inherit (import <niveum/lib>) nixpkgs-unstable;
|
||||
unstable = import nixpkgs-unstable {
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
@@ -29,8 +29,8 @@ in
|
||||
];
|
||||
|
||||
niveum = {
|
||||
batteryBlocks.default = "BAT0";
|
||||
networkInterfaces.wireless = "wlp3s0";
|
||||
batteryName = "BAT0";
|
||||
wirelessInterface = "wlp3s0";
|
||||
promptColours.success = "cyan";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user