minor update
This commit is contained in:
parent
b8af70ffc7
commit
0cb3dfd772
3 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
imports = [
|
||||
|
||||
../../components
|
||||
../../system/desktop
|
||||
./hardware-configuration.nix
|
||||
|
||||
|
@ -21,7 +22,7 @@
|
|||
components.mainUser.enable = true;
|
||||
users.users.mainUser.extraGroups = [ "adbusers" "video" ];
|
||||
home-manager.users.mainUser.home.git-pull.enable = false;
|
||||
system.custom.mainUser.userName = "tina";
|
||||
users.users.mainUser.name = "tina";
|
||||
|
||||
#system.custom.wifi.interfaces = [ "wlp3s0" ];
|
||||
|
||||
|
@ -48,7 +49,7 @@
|
|||
console.keyMap = "de";
|
||||
services.xserver.layout = "de,us";
|
||||
|
||||
system.custom.suspend.enable = false;
|
||||
#system.custom.suspend.enable = false;
|
||||
services.printing.enable = false;
|
||||
|
||||
# fonts
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
./packages.nix
|
||||
./syncthing.nix
|
||||
./tinc.nix
|
||||
./trilium.nix
|
||||
# ./trilium.nix
|
||||
|
||||
#./wifi-access-point.nix
|
||||
#./wireshark.nix
|
||||
|
|
|
@ -100,6 +100,8 @@ in
|
|||
|
||||
bitwarden
|
||||
|
||||
unstable.trilium-desktop
|
||||
|
||||
];
|
||||
|
||||
home-manager.users.mainUser = {
|
||||
|
|
Loading…
Reference in a new issue