Skip to content

Commit 3330f5b

Browse files
committed
feat: add tiled apps
1 parent 81a6837 commit 3330f5b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

home/gabe/shared.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,12 @@ in {
122122
inherit class;
123123
tile = true;
124124
}) [
125-
"google-chrome"
125+
"beekeeper-studio"
126+
"ente"
126127
"feh"
128+
"feishin"
127129
"foot(client)?"
130+
"google-chrome"
128131
"qimgv"
129132
"imv"
130133
"mpv"

hosts/quasar/services/containers.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,12 +399,9 @@ in {
399399
volumes = [ "/var/run/docker.sock:/var/run/docker.sock" ];
400400
};
401401

402-
# airsonic (advanced?)
403402
# invoice ninja
404-
# ente/lychee/immich/photoprism
405403
# wireguard
406404
# tubearchivist
407-
# home-assistant
408405
# duplicati/duplicacy
409406
};
410407
};

modules/home-manager/cli/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ in {
8686
home-assistant-cli # home assistant cli
8787
httpie # better curl
8888
hyfetch # neofetch fork
89+
kdePackages.kwallet # kde secrets manager
8990
libnotify # desktop notifications
91+
libsecret # secrets manager
9092
libwebp # webp support
9193
# ltex-ls # spell checking LSP
9294
lsb-release # get distro info

0 commit comments

Comments
 (0)