added initial config for thinkpad to save time later
This commit is contained in:
parent
c353f076b3
commit
40641b275a
3 changed files with 94 additions and 0 deletions
14
devices/inkvine/options.nix
Normal file
14
devices/inkvine/options.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }: {
|
||||
minimalHome = true;
|
||||
|
||||
withAudio = true;
|
||||
withBluetooth = true;
|
||||
withNvidia = false;
|
||||
|
||||
withNiri = false;
|
||||
withGnome = false;
|
||||
|
||||
withVM = false;
|
||||
withContainers = false;
|
||||
withGames = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue