Skip to content

Commit

Permalink
update home-manager settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yomaq committed Feb 11, 2025
1 parent d04faed commit 3027b21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/home-manager/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@
};
};
xdg.configFile."nixpkgs/config.nix".text = ''{ allowUnfree = true; }'';

# set home-manager to replace existing files on activation
backupFileExtension = "backup";
}

0 comments on commit 3027b21

Please sign in to comment.