mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
add gui option
This commit is contained in:
parent
24af8c82c1
commit
bdd527ddad
8 changed files with 14 additions and 11 deletions
|
@ -29,6 +29,7 @@
|
|||
asf.enable = true;
|
||||
sway.enable = true;
|
||||
zerotierone.enable = true;
|
||||
gui.enable = true;
|
||||
keyboard = {
|
||||
enable = true;
|
||||
layout = "de";
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
root.enable = true;
|
||||
};
|
||||
ssh.enable = true;
|
||||
gui.enable = false;
|
||||
};
|
||||
|
||||
imports =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue