progress
This commit is contained in:
parent
86090fa40e
commit
f86275f331
5 changed files with 61 additions and 0 deletions
7
modules/hosts/desktop/users/benDesktop.nix
Normal file
7
modules/hosts/desktop/users/benDesktop.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{self, ...}: {
|
||||
flake.modules.nixos.desktop = {
|
||||
imports = [
|
||||
self.factory.benDesktop
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue