This commit is contained in:
Tao Tien 2025-12-28 20:38:52 -08:00
parent 0b056e39c8
commit dd26d91858
4 changed files with 14 additions and 3 deletions

View file

@ -95,9 +95,10 @@
uv uv
# rust # rust
# keep-sorted start
# leptosfmt # leptosfmt
# keep-sorted start
bacon bacon
cargo-autoinherit
cargo-binstall cargo-binstall
cargo-edit cargo-edit
cargo-expand cargo-expand

View file

@ -12,6 +12,8 @@
services.tailscale.useRoutingFeatures = "client"; services.tailscale.useRoutingFeatures = "client";
services.desktopManager.cosmic.enable = false;
services.displayManager.cosmic-greeter.enable = false;
services.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true; services.displayManager.sddm.wayland.enable = true;
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
@ -20,7 +22,7 @@
kdePackages.konsole kdePackages.konsole
kdePackages.gwenview kdePackages.gwenview
kdePackages.kate kdePackages.kate
kdePackages.xwaylandvideobridge # kdePackages.xwaylandvideobridge
xterm xterm
]; ];

View file

@ -11,6 +11,14 @@
age.secrets.syncthing-NOlaptop.file = ../secrets/syncthing-NOlaptop.age; age.secrets.syncthing-NOlaptop.file = ../secrets/syncthing-NOlaptop.age;
age.secrets.syncthing-uwuraid.file = ../secrets/syncthing-uwuraid.age; age.secrets.syncthing-uwuraid.file = ../secrets/syncthing-uwuraid.age;
in { in {
xdg.mimeApps = {
defaultApplications = {
"application/pdf" = "zathura.desktop";
"video/x-matroska" = "mpv.desktop";
};
enable = true;
};
imports = [ imports = [
./boxxy.nix ./boxxy.nix
(import ./helix.nix {inherit pkgs inputs;}) (import ./helix.nix {inherit pkgs inputs;})

View file

@ -12,7 +12,7 @@
cosmic-store cosmic-store
jellyfin-media-player jellyfin-media-player
keepassxc keepassxc
onlyoffice-bin onlyoffice-desktopeditors
signal-desktop signal-desktop
snapper snapper
syncthingtray syncthingtray