copy nb configuration and modules
This commit is contained in:
13
utils/modules/tuxedo.nix
Normal file
13
utils/modules/tuxedo.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
tuxedo = import (builtins.fetchTarball "https://github.com/blitz/tuxedo-nixos/archive/master.tar.gz");
|
||||
in {
|
||||
|
||||
# ...
|
||||
|
||||
imports = [
|
||||
tuxedo.module
|
||||
];
|
||||
|
||||
hardware.tuxedo-control-center.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user