Compare commits
3 Commits
8cdb41674c
...
452426f363
| Author | SHA1 | Date | |
|---|---|---|---|
| 452426f363 | |||
| a50801f5bb | |||
| dee3da3b12 |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
8
flake.lock
generated
8
flake.lock
generated
@@ -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"
|
||||
},
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
}: {
|
||||
home.packages = lib.optionals (device.is "ryu") [
|
||||
pkgs.fluffychat
|
||||
pkgs.element-desktop
|
||||
# pkgs.quaternion
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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") ''
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user