flake.nix: remove inputs
This commit is contained in:
parent
6b82532b2b
commit
99551246bc
4 changed files with 79 additions and 237 deletions
|
@ -2,7 +2,6 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: let
|
||||
cfg = config.modules.system.programs.editors.helix;
|
||||
|
@ -14,7 +13,7 @@ in {
|
|||
programs.helix = {
|
||||
enable = true;
|
||||
# thanks fuf, this is great!
|
||||
package = inputs'.helix.packages.default.overrideAttrs (previousAttrs: {
|
||||
package = pkgs.helix.overrideAttrs (previousAttrs: {
|
||||
makeWrapperArgs = with pkgs;
|
||||
previousAttrs.makeWrapperArgs
|
||||
or []
|
||||
|
|
|
@ -161,7 +161,7 @@ in {
|
|||
|
||||
security = {
|
||||
sanitizeOnShutdown = false;
|
||||
sandbox = false;
|
||||
sandbox = true;
|
||||
noSessionRestore = false;
|
||||
userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue