diff --git a/configuration.nix b/configuration.nix index 1386533..5937ac2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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: diff --git a/hm/fish/cachyos-config.fish b/hm/fish/cachyos-config.fish index f8e616b..58b0885 100644 --- a/hm/fish/cachyos-config.fish +++ b/hm/fish/cachyos-config.fish @@ -122,4 +122,4 @@ alias jctl="journalctl -p 3 -xb" # Recent installed packages alias rip="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -200 | nl" -alias dev="nixshell ~/niri/" +alias dev="nix-shell ~/niri/" diff --git a/shell.nix b/shell.nix index a00b09c..0f398fb 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,8 @@ pkgs.mkShell { yarn python313 python313Packages.numpy + python313Packages.pillow + python313Packages.opencv-python ]; shellHook = ''