init
This commit is contained in:
commit
c5a26648be
13 changed files with 1211 additions and 0 deletions
7
modules/hosts/desktop/default.nix
Normal file
7
modules/hosts/desktop/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ self, inputs, ... }: {
|
||||
flake.nixosConfigurations.desktop = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
self.nixosModules.desktopConfiguration
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue