-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
20 lines (17 loc) · 922 Bytes
/
Copy path.gitignore
File metadata and controls
20 lines (17 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# nixos-rebuild build output symlink
/result
# DMS editable clone — heavy binary assets, symlinked out of the pinned
# dms-shell package by home.activation.dmsCloneAssets (home/common.nix).
# NO TRAILING SLASH: that form matches directories only, so once these became
# symlinks git stopped ignoring them and offered to commit a host-specific
# /nix/store path. Bare paths match both.
config/quickshell/dms/assets
config/quickshell/dms/translations
# One-time backup the activation script makes when it replaces a pre-existing
# real directory with the symlink. Safe to delete once you have rebuilt.
config/quickshell/dms/*.pre-symlink
# DMS writes a timestamped snapshot of config/hypr/dms on every theme change
config/hypr/.dms-backups/
# Written by the standalone uv installer; sources ~/.local/bin/env.fish, which
# lives outside this repo. uv itself is declarative (packages.nix).
config/fish/conf.d/uv.env.fish