Refactor desktop HM into desktop-home-base and per-host home.nix
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ self, inputs, ... }:
|
||||
{
|
||||
flake.nixosModules.uConsoleHome =
|
||||
{ self, ... }:
|
||||
{
|
||||
imports = [ self.nixosModules.desktopHomeBase ];
|
||||
|
||||
chiasson.users.extraModules.olivier = [
|
||||
{
|
||||
chiasson.home = {
|
||||
hardware.uconsoleGamepad.enable = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user