delete conflicting files for hm

This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-23 17:12:57 +02:00
parent c12df3f09e
commit ec3d854704
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -37,7 +37,10 @@
perSystem@{ pkgs, ... }:
rec {
imports = [ ../programs ];
programs.home-manager = { enable = true; };
programs.home-manager = {
enable = true;
backupFileExtension = ""; # delete conflicting files
};
catppuccin = {
enable = true;
flavor = "mocha";