introduce desktop config
This commit is contained in:
parent
b202dc94f7
commit
70b8f31f34
5 changed files with 91 additions and 31 deletions
6
hosts/desktop/configuration.nix
Normal file
6
hosts/desktop/configuration.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
#Disable nix managment, since we use nix-determinate
|
||||
nix.enable = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue