Compare commits

...

3 Commits

Author SHA1 Message Date
452426f363 feat: Added element
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m24s
2026-03-07 02:14:01 +05:30
a50801f5bb feat: Move to git lfs 2026-03-06 18:09:56 +05:30
dee3da3b12 feat: Update to nextcloud and tangled 2026-03-06 18:05:48 +05:30
5 changed files with 8 additions and 6 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.png filter=lfs diff=lfs merge=lfs -text

8
flake.lock generated
View File

@@ -3140,11 +3140,11 @@
"sqlite-lib-src": "sqlite-lib-src"
},
"locked": {
"lastModified": 1772647996,
"narHash": "sha256-SsFWAbGvYhXG0zrDlZewSlO5sq2riuj7+j0+SAZW7VM=",
"lastModified": 1772710663,
"narHash": "sha256-DoiqADcD2Z5NscMHPZ7a/RX1+VTexHN68P4WL6eAG04=",
"ref": "refs/heads/master",
"rev": "d0acfc930f3d0ca8f918cdc443d0278dcdc7e0d0",
"revCount": 2012,
"rev": "e326cc53ad4e9123552bdf20a192aff6ca1eb135",
"revCount": 2019,
"type": "git",
"url": "https://tangled.org/tangled.org/core"
},

View File

@@ -6,6 +6,7 @@
}: {
home.packages = lib.optionals (device.is "ryu") [
pkgs.fluffychat
pkgs.element-desktop
# pkgs.quaternion
];
}

View File

@@ -34,7 +34,7 @@
'';
# ${pkgs.spotify-player}/bin/spotify_player generate fish | source
interactiveShellInit = ''
if test -n "$TMUX"; ${lib.getExe pkgs.fastfetch} --logo-type sixel; else ${lib.getExe pkgs.fastfetch}; end
if test -n "$TMUX"; ${lib.getExe pkgs.fastfetch} --logo-type kitty-icat; else ${lib.getExe pkgs.fastfetch}; end
# ${pkgs.nb}/bin/nb todo undone
${lib.optionalString (device.isLinux && !device.isNix) "source /etc/profile.d/nix-daemon.fish"}
${lib.optionalString (device.is "ryu") ''

View File

@@ -17,7 +17,7 @@
services = {
nextcloud = {
enable = true;
package = pkgs.nextcloud32;
package = pkgs.nextcloud33;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) contacts calendar bookmarks user_oidc;
};