wrong option

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

View File

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