update
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
users.users.bangae1 = {
|
||||
isNormalUser = true;
|
||||
description = "bangae1";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "tor" ];
|
||||
packages = with pkgs; [];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
@@ -86,6 +86,7 @@
|
||||
fish
|
||||
eza
|
||||
fastfetch
|
||||
nfs-utils
|
||||
wlr-randr
|
||||
xwayland-satellite
|
||||
xdg-desktop-portal-gnome
|
||||
@@ -94,6 +95,8 @@
|
||||
nautilus
|
||||
adw-gtk3
|
||||
jetbrains.datagrip
|
||||
tor
|
||||
torsocks
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
@@ -186,6 +189,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
fileSystems."/book" = {
|
||||
device = "192.168.0.137:/mnt/user1/book";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"defaults"
|
||||
];
|
||||
};
|
||||
#systemd.user.services.niri-flake-polkit.enable = false;
|
||||
# List services that you want to enable:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user