minor update

This commit is contained in:
Ingolf Wagner 2023-08-14 03:48:28 +02:00
parent b8af70ffc7
commit 0cb3dfd772
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -10,7 +10,7 @@
./packages.nix
./syncthing.nix
./tinc.nix
./trilium.nix
# ./trilium.nix
#./wifi-access-point.nix
#./wireshark.nix

View file

@ -100,6 +100,8 @@ in
bitwarden
unstable.trilium-desktop
];
home-manager.users.mainUser = {