a
This commit is contained in:
Generated
+4
-4
@@ -1009,11 +1009,11 @@
|
|||||||
"quickshell": "quickshell"
|
"quickshell": "quickshell"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755615711,
|
"lastModified": 1755717263,
|
||||||
"narHash": "sha256-WM2oOF5eex+fHMuUjSw1aN0UoMvpHib8dwQ8hXdz0n4=",
|
"narHash": "sha256-XxmzhryQyxDV8QWbJzScF7n6hxKnRE4WkJCiFZFtpwM=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "d9a4fba05a75b980fd69bf0129379f7d4246bed8",
|
"rev": "33dc50df7ad7f514f4dacc8cde0d01e16ff793e9",
|
||||||
"revCount": 3738,
|
"revCount": 3756,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sakamoto.dev/kenji/illogical-impulse.git"
|
"url": "https://git.sakamoto.dev/kenji/illogical-impulse.git"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
../../packages/fonts/home.nix
|
../../packages/fonts/home.nix
|
||||||
];
|
];
|
||||||
programs.illogical-impulse.enable = true;
|
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;
|
# programs.illogical-impulse.settings.simpleStarship.enable = true;
|
||||||
home.packages = [
|
home.packages = [
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
# Valid strings for installation_mode are "allowed", "blocked",
|
# Valid strings for installation_mode are "allowed", "blocked",
|
||||||
# "force_installed" and "normal_installed".
|
# "force_installed" and "normal_installed".
|
||||||
ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
"*".installation_mode = "blocked";
|
"*".installation_mode = "allowed";
|
||||||
"uBlock0@raymondhill.net" = {
|
"uBlock0@raymondhill.net" = {
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
|
|||||||
Reference in New Issue
Block a user