dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

nix: remove gui apps

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (Jul 26, 2026, 11:32 PM +0900) commit 44b462ef parent 695b7e76 change-id skvyrlwt
+1 -2
+1
nix/darwin.nix
··· 52 52 }; 53 53 }; 54 54 # reference: https://gist.github.com/echo-dave/0d1ee6951c4e3bf00d738e84868e7d59 55 + # FIXME: not working 55 56 ssh-use-keychain = { 56 57 serviceConfig = { 57 58 Label = "me.boltless.usekeychain";
-2
nix/flake.nix
··· 117 117 # TODO: automate this with nix: 118 118 # $ ln -sfn ~/.nix-profile/Applications ~/Applications/Nix\ User\ Apps 119 119 pkgs.anki-bin 120 - pkgs.brave 121 120 pkgs.iina 122 121 pkgs.imagemagick 123 122 pkgs.macmon 124 123 pkgs-unstable.docker 125 - pkgs.slack 126 124 ] else []); 127 125 }; 128 126 # This can be just `imports = [ ./templates/templates.nix ]` when using flake-parts