add wofi and grimslurp or whatever its called man
This commit is contained in:
parent
c5ed051714
commit
3ac822bdf5
4 changed files with 109 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
package = lib.mkDefault pkgs.nix;
|
||||
package = lib.mkDefault pkgs.nixVersions.nix_2_22;
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
warn-dirty = false;
|
||||
|
@ -57,5 +57,6 @@
|
|||
package = pkgs.nerdfonts.override { fonts = ["JetBrainsMono"]; };
|
||||
};
|
||||
};
|
||||
targets.wofi.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue