split/rename options, bundle vendor settings
This commit is contained in:
parent
1b7989336e
commit
3a9a7242fc
18 changed files with 109 additions and 54 deletions
|
|
@ -2,15 +2,16 @@
|
|||
imports = [
|
||||
(import ./modules {
|
||||
hostName = "vinzenz-lpt";
|
||||
enableDesktop = true;
|
||||
enableHomeManager = true;
|
||||
})
|
||||
];
|
||||
|
||||
config = {
|
||||
my.desktop = {
|
||||
gnome.enable = true;
|
||||
enableGnome = true;
|
||||
enableGaming = true;
|
||||
|
||||
vinzenz.enable = true;
|
||||
gaming.enable = true;
|
||||
};
|
||||
|
||||
# flatpak xdg-portal-kde crashes, otherwise this would be global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue