assorted fixes, add de2 as alternative to ezpcusr
This commit is contained in:
parent
b8dc4fde46
commit
487a076825
11 changed files with 336 additions and 152 deletions
|
@ -56,6 +56,7 @@
|
|||
fuckingprint = import ./modules/fuckingprint.nix;
|
||||
workstation = import ./modules/workstation.nix;
|
||||
ezpw = import ./modules/ezpw.nix;
|
||||
de2 = import ./home-manager/modules/de2.nix;
|
||||
all = import ./modules/default.nix;
|
||||
};
|
||||
|
||||
|
@ -66,6 +67,7 @@
|
|||
gaming = import ./home-manager/modules/gaming.nix inputs;
|
||||
gamerenv = import ./home-manager/modules/gamerenv.nix;
|
||||
mopidy = import ./home-manager/modules/mopidy.nix;
|
||||
de2u = import ./home-manager/modules/de2u.nix;
|
||||
all = import ./home-manager/modules/default.nix inputs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue