more stuff
This commit is contained in:
23
systems/vm/configuration.nix
Normal file
23
systems/vm/configuration.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{pkgs, config, ...}:
|
||||
{
|
||||
|
||||
mainUser.layout = "de";
|
||||
mainUser.variant = "us";
|
||||
custom = {
|
||||
user = {
|
||||
name = "vm";
|
||||
layout = "de";
|
||||
variant = "us";
|
||||
};
|
||||
cli-tools.enable = true;
|
||||
nix = {
|
||||
index.enable = true;
|
||||
ld.enable = true;
|
||||
settings.enable = true;
|
||||
};
|
||||
graphical = {
|
||||
plasma.enable = true;
|
||||
shared.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user