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 = [
|
imports = [
|
||||||
|
|
||||||
|
../../components
|
||||||
../../system/desktop
|
../../system/desktop
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
|
@ -21,7 +22,7 @@
|
||||||
components.mainUser.enable = true;
|
components.mainUser.enable = true;
|
||||||
users.users.mainUser.extraGroups = [ "adbusers" "video" ];
|
users.users.mainUser.extraGroups = [ "adbusers" "video" ];
|
||||||
home-manager.users.mainUser.home.git-pull.enable = false;
|
home-manager.users.mainUser.home.git-pull.enable = false;
|
||||||
system.custom.mainUser.userName = "tina";
|
users.users.mainUser.name = "tina";
|
||||||
|
|
||||||
#system.custom.wifi.interfaces = [ "wlp3s0" ];
|
#system.custom.wifi.interfaces = [ "wlp3s0" ];
|
||||||
|
|
||||||
|
@ -48,7 +49,7 @@
|
||||||
console.keyMap = "de";
|
console.keyMap = "de";
|
||||||
services.xserver.layout = "de,us";
|
services.xserver.layout = "de,us";
|
||||||
|
|
||||||
system.custom.suspend.enable = false;
|
#system.custom.suspend.enable = false;
|
||||||
services.printing.enable = false;
|
services.printing.enable = false;
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./tinc.nix
|
./tinc.nix
|
||||||
./trilium.nix
|
# ./trilium.nix
|
||||||
|
|
||||||
#./wifi-access-point.nix
|
#./wifi-access-point.nix
|
||||||
#./wireshark.nix
|
#./wireshark.nix
|
||||||
|
|
|
@ -100,6 +100,8 @@ in
|
||||||
|
|
||||||
bitwarden
|
bitwarden
|
||||||
|
|
||||||
|
unstable.trilium-desktop
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.mainUser = {
|
home-manager.users.mainUser = {
|
||||||
|
|
Loading…
Reference in a new issue