mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
chore: move module/constants.nix to lib/default.nix
This commit is contained in:
@@ -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