diff --git a/extras/dev.nix b/extras/dev.nix index eba345a..c1fe9a0 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -34,6 +34,7 @@ # michael (webdev) nodejs vscode-langservers-extracted + nodePackages_latest.typescript-language-server # nix nil diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index 1215b9d..d06844a 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -11,11 +11,11 @@ what = "//100.97.47.81/anime"; where = "/mnt/uwuraid/anime"; }) - (opts - // { - what = "//100.97.47.81/appdata"; - where = "/mnt/uwuraid/appdata"; - }) + # (opts + # // { + # what = "//100.97.47.81/appdata"; + # where = "/mnt/uwuraid/appdata"; + # }) (opts // { what = "//100.97.47.81/backup"; @@ -70,7 +70,7 @@ }; in [ (opts // {where = "/mnt/uwuraid/anime";}) - (opts // {where = "/mnt/uwuraid/appdata";}) + # (opts // {where = "/mnt/uwuraid/appdata";}) (opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/everything";}) (opts // {where = "/mnt/uwuraid/games";}) diff --git a/systems/BASED.nix b/systems/BASED.nix index c110f2a..e80fe5e 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -78,7 +78,7 @@ systemd.services.display-manager.restartIfChanged = false; services.xserver.displayManager.sddm.enable = lib.mkDefault true; services.xserver.desktopManager.plasma6.enable = lib.mkDefault true; - environment.plasma6.excludePackages = with pkgs.libsForQt6; [ + environment.plasma6.excludePackages = with pkgs; [ elisa konsole gwenview diff --git a/systems/NOcomputer.nix b/systems/NOcomputer.nix index 8300e18..e37b393 100644 --- a/systems/NOcomputer.nix +++ b/systems/NOcomputer.nix @@ -1,9 +1,4 @@ {pkgs, ...}: { - services.xserver.displayManager = { - autoLogin.enable = true; - autoLogin.user = "tao"; - }; - environment.systemPackages = with pkgs; [ # egl-wayland # gpt4all-chat diff --git a/users/tao.nix b/users/tao.nix index 36dae88..4417a4c 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -36,12 +36,12 @@ calibre darktable deluge - # discord + discord # (discord.override { # withOpenASAR = true; # withVencord = true; # }) - vesktop + # vesktop jellyfin-media-player jellyfin-mpv-shim keepassxc diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 265e766..ac8c7fc 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -70,6 +70,14 @@ unit = "\t"; }; } + { + name = "javascript"; + auto-format = true; + indent = { + tab-width = 4; + unit = "\t"; + }; + } { name = "nix"; auto-format = true;