diff --git a/extras/ssrov-laptop.nix b/extras/ssrov-laptop.nix new file mode 100644 index 0000000..85ed464 --- /dev/null +++ b/extras/ssrov-laptop.nix @@ -0,0 +1,49 @@ +{pkgs, ...}: { + users.users.tao.packages = with pkgs; [ + (python311Full.withPackages (ps: + with ps; [ + # bokeh + # datashader + # hvplot + # ipywidgets + # ipywidgets + # jupyter + # linkify-it-py + # markdown-it-py + # mdit-py-plugins + # nbclient + # numpy + # pandas + # panel + # plotly + # pyparsing + # pyserial + # scikit-learn + # scipy + # streamz + # tkinter + jupyter + + # pyserial + bokeh + datashader + hvplot + # ipython_blocking + ipywidgets + nbclient + numpy + pandas + panel + plotly + pyparsing + scikit-learn + scipy + streamz + + tkinter + linkify-it-py + markdown-it-py + mdit-py-plugins + ])) + ]; +} diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index 47e8c1b..5a22ce3 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -26,11 +26,11 @@ what = "//100.97.47.81/everything"; where = "/mnt/uwuraid/everything"; }) - # (opts - # // { - # what = "//100.97.47.81/games"; - # where = "/mnt/uwuraid/games"; - # }) + (opts + // { + what = "//100.97.47.81/games"; + where = "/mnt/uwuraid/games"; + }) # (opts # // { # what = "//100.97.47.81/isos"; @@ -82,7 +82,7 @@ # (opts // {where = "/mnt/uwuraid/appdata";}) (opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/everything";}) - # (opts // {where = "/mnt/uwuraid/games";}) + (opts // {where = "/mnt/uwuraid/games";}) # (opts // {where = "/mnt/uwuraid/isos";}) # (opts // { where = "/mnt/uwuraid/jellyfin"; }) (opts // {where = "/mnt/uwuraid/movies";}) diff --git a/flake.nix b/flake.nix index 30a8f09..37c361b 100644 --- a/flake.nix +++ b/flake.nix @@ -91,6 +91,7 @@ ./extras/gaming.nix nixos-cosmic.nixosModules.default ./extras/cosmic.nix + ./extras/ssrov-laptop.nix ]; }; NOmom = nixpkgs.lib.nixosSystem { diff --git a/systems/BASED.nix b/systems/BASED.nix index 817c1c6..0f4c55a 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -18,7 +18,7 @@ git helix inputs.agenix.packages.${pkgs.system}.default - localsend + sendme mesa mpv ouch @@ -58,6 +58,7 @@ }; services.xserver.enable = lib.mkDefault true; + services.xserver.excludePackages = [pkgs.xterm]; services.xserver.xkb.layout = "us"; systemd.services.display-manager.restartIfChanged = false; services.displayManager.sddm.enable = lib.mkDefault true; diff --git a/users/tao.nix b/users/tao.nix index fccaab5..c4b557a 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -6,6 +6,7 @@ ... }: { users.users.tao.packages = with pkgs; [ + nixos-anywhere cloud-hypervisor # fractal # kdeconnect @@ -154,6 +155,8 @@ noto-fonts-color-emoji ]; + documentation.enable = true; + users.users.tao = { isNormalUser = true; extraGroups = ["audio" "video" "wheel" "libvirtd" "dialout" "game"];