Update flake, add Nix category to emacs ibuffer

This commit is contained in:
2025-07-13 19:55:36 -04:00
parent 54dcfeac2f
commit 5ee7cd1462
2 changed files with 5 additions and 4 deletions

6
flake.lock generated
View File

@@ -191,11 +191,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1752447063, "lastModified": 1752449767,
"narHash": "sha256-Swemzt7jTFDJvqihpsp/llI+ccIxcnSzKf52tMc5EwE=", "narHash": "sha256-P8mQIrgIImASTlNkHPfKwGTmyZgku8EUt6cF52s3N/Y=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7969ed8baac8363b32775c5f55e132668bab8123", "rev": "1a4d8ffd320c2393b72e7ebc5b647122d5703056",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -207,6 +207,7 @@
(setq ibuffer-saved-filter-groups (setq ibuffer-saved-filter-groups
'(("Default" '(("Default"
("Terminal" (name . "^\\*terminal\\*$")) ("Terminal" (name . "^\\*terminal\\*$"))
("Nix" (mode . nix-ts-mode))
("Code" (or ("Code" (or
(mode . c-ts-mode) (mode . c-ts-mode)
(mode . c++-ts-mode) (mode . c++-ts-mode)
@@ -214,8 +215,8 @@
(mode . makefile-gmake-mode) (mode . makefile-gmake-mode)
(mode . python-ts-mode) (mode . python-ts-mode)
(mode . rust-ts-mode))) (mode . rust-ts-mode)))
("Dired" (mode . dired-mode))
("Org" (mode . org-mode)) ("Org" (mode . org-mode))
("Dired" (mode . dired-mode))
("Magit" (name . "^magit")) ("Magit" (name . "^magit"))
("Emacs" (or ("Emacs" (or
(name . "^\\*Completions\\*$") (name . "^\\*Completions\\*$")