Update reload and new extensions

This commit is contained in:
2024-03-28 22:35:02 +00:00
parent 929f2487f8
commit 1ec0e057ac
2 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
*/*.DS_Store
.Trash
BrewFile.lock.json
switch.log

View File

@@ -17,12 +17,15 @@
obsidian
signal-desktop
fragments
ollama
# Note to self: This config does not include games/benchmarks. I'm using flatpak for those.
gnomeExtensions.vitals
gnomeExtensions.blur-my-shell
gnomeExtensions.appindicator
gnomeExtensions.caffeine
gnomeExtensions.clipboard-indicator
# Override nerdfont to install JetBrains only.
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
@@ -51,7 +54,7 @@
(writeShellScriptBin "reload" ''
nix-channel --update
home-manager switch
home-manager switch &> switch.log || (cat switch.log | grep --color error && false)
'')
(writeShellScriptBin "update" ''
@@ -91,7 +94,7 @@
fi
nix-channel --update
home-manager switch -b backup
home-manager switch
'')
];
@@ -215,6 +218,8 @@
"Vitals@CoreCoding.com"
"blur-my-shell@aunetx"
"appindicatorsupport@rgcjonas.gmail.com"
"caffeine@patapon.info"
"clipboard-indicator@tudmotu.com"
# Add new extensions to the packages too! This section only enables extensions, not install them.
];