This commit is contained in:
kenji
2025-08-20 14:21:37 -05:00
parent 9579fafceb
commit ac892bcff7
3 changed files with 9 additions and 6 deletions
Generated
+4 -4
View File
@@ -1009,11 +1009,11 @@
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1755615711,
"narHash": "sha256-WM2oOF5eex+fHMuUjSw1aN0UoMvpHib8dwQ8hXdz0n4=",
"lastModified": 1755717263,
"narHash": "sha256-XxmzhryQyxDV8QWbJzScF7n6hxKnRE4WkJCiFZFtpwM=",
"ref": "refs/heads/main",
"rev": "d9a4fba05a75b980fd69bf0129379f7d4246bed8",
"revCount": 3738,
"rev": "33dc50df7ad7f514f4dacc8cde0d01e16ff793e9",
"revCount": 3756,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/illogical-impulse.git"
},
+4 -1
View File
@@ -8,7 +8,10 @@
../../packages/fonts/home.nix
];
programs.illogical-impulse.enable = true;
programs.illogical-impulse.settings.simpleStarship.enable = true;
programs.illogical-impulse.settings = {
hyprland.useNixForConf = false;
simpleStarship.enable = true;
};
# programs.illogical-impulse.settings.simpleStarship.enable = true;
home.packages = [
];
+1 -1
View File
@@ -84,7 +84,7 @@
# Valid strings for installation_mode are "allowed", "blocked",
# "force_installed" and "normal_installed".
ExtensionSettings = {
"*".installation_mode = "blocked";
"*".installation_mode = "allowed";
"uBlock0@raymondhill.net" = {
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
installation_mode = "force_installed";