This commit is contained in:
Tao Tien 2024-03-03 23:17:20 -08:00
parent f47cfe5d8f
commit 65a5170dd1
6 changed files with 18 additions and 14 deletions

View file

@ -34,6 +34,7 @@
# michael (webdev) # michael (webdev)
nodejs nodejs
vscode-langservers-extracted vscode-langservers-extracted
nodePackages_latest.typescript-language-server
# nix # nix
nil nil

View file

@ -11,11 +11,11 @@
what = "//100.97.47.81/anime"; what = "//100.97.47.81/anime";
where = "/mnt/uwuraid/anime"; where = "/mnt/uwuraid/anime";
}) })
(opts # (opts
// { # // {
what = "//100.97.47.81/appdata"; # what = "//100.97.47.81/appdata";
where = "/mnt/uwuraid/appdata"; # where = "/mnt/uwuraid/appdata";
}) # })
(opts (opts
// { // {
what = "//100.97.47.81/backup"; what = "//100.97.47.81/backup";
@ -70,7 +70,7 @@
}; };
in [ in [
(opts // {where = "/mnt/uwuraid/anime";}) (opts // {where = "/mnt/uwuraid/anime";})
(opts // {where = "/mnt/uwuraid/appdata";}) # (opts // {where = "/mnt/uwuraid/appdata";})
(opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/backup";})
(opts // {where = "/mnt/uwuraid/everything";}) (opts // {where = "/mnt/uwuraid/everything";})
(opts // {where = "/mnt/uwuraid/games";}) (opts // {where = "/mnt/uwuraid/games";})

View file

@ -78,7 +78,7 @@
systemd.services.display-manager.restartIfChanged = false; systemd.services.display-manager.restartIfChanged = false;
services.xserver.displayManager.sddm.enable = lib.mkDefault true; services.xserver.displayManager.sddm.enable = lib.mkDefault true;
services.xserver.desktopManager.plasma6.enable = lib.mkDefault true; services.xserver.desktopManager.plasma6.enable = lib.mkDefault true;
environment.plasma6.excludePackages = with pkgs.libsForQt6; [ environment.plasma6.excludePackages = with pkgs; [
elisa elisa
konsole konsole
gwenview gwenview

View file

@ -1,9 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
services.xserver.displayManager = {
autoLogin.enable = true;
autoLogin.user = "tao";
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# egl-wayland # egl-wayland
# gpt4all-chat # gpt4all-chat

View file

@ -36,12 +36,12 @@
calibre calibre
darktable darktable
deluge deluge
# discord discord
# (discord.override { # (discord.override {
# withOpenASAR = true; # withOpenASAR = true;
# withVencord = true; # withVencord = true;
# }) # })
vesktop # vesktop
jellyfin-media-player jellyfin-media-player
jellyfin-mpv-shim jellyfin-mpv-shim
keepassxc keepassxc

View file

@ -70,6 +70,14 @@
unit = "\t"; unit = "\t";
}; };
} }
{
name = "javascript";
auto-format = true;
indent = {
tab-width = 4;
unit = "\t";
};
}
{ {
name = "nix"; name = "nix";
auto-format = true; auto-format = true;