~ruther/nixos-config

39ae21041f41de8d504676360aef7760872d1efd — Rutherther 1 year, 6 months ago 852a505
chore: minor fixes
2 files changed, 6 insertions(+), 7 deletions(-)

M hosts/configuration.nix
M modules/services/flameshot.nix
M hosts/configuration.nix => hosts/configuration.nix +2 -0
@@ 30,6 30,8 @@

  security.sudo.wheelNeedsPassword = true;

  programs.dconf.enable = true;

  time.timeZone = "Europe/Prague";        # Time zone and internationalisation
  i18n = {
    defaultLocale = "en_US.UTF-8";

M modules/services/flameshot.nix => modules/services/flameshot.nix +4 -7
@@ 22,12 22,9 @@ in {
    };
  };

  home.activations = {
    ensureScreensDirCreated = {
      after = [ "writeBoundary" ];
      data = ''
        mkdir -p ${screensDir}
      '';
    };
  home.activation = {
    ensureScreensDirCreated = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
      mkdir -p ${screensDir}
    '';
  };
}

Do not follow this link