Skip to content

Commit

Permalink
nix: buy some ice cream 🍦
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Sep 19, 2024
1 parent 4c3a2f1 commit ae93495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/nixos/applications/nix.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
{
options.uwumarie.profiles.nix = lib.mkEnableOption (lib.mdDoc "nix config") // {
default = true;
};
config = lib.mkIf config.uwumarie.profiles.nix {
nix = {
package = pkgs.lix;
gc = {
automatic = true;
dates = "weekly";
Expand Down

0 comments on commit ae93495

Please sign in to comment.