From 42cc57a3f3dfbe3885814db07245eb5977f65864 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 13 Mar 2025 17:48:31 +0300 Subject: [PATCH] i will fix this someday i promise --- home/home.nix | 3 --- hosts/pochita/configuration.nix | 1 + hosts/tartarus/configuration.nix | 1 + hosts/ymir/configuration.nix | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/home.nix b/home/home.nix index d90ced6..b3921f4 100644 --- a/home/home.nix +++ b/home/home.nix @@ -16,8 +16,5 @@ # dont install packages here, just use normal nixpkgs ]; - # i hate the error home manager error message - home.backupFileExtension = ".backup"; - home.stateVersion = config.system.stateVersion; } diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 1c14dd9..0f51d18 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -34,6 +34,7 @@ home-manager.useUserPackages = true; home-manager.users.osbm = import ../../home/home.nix { inherit config pkgs; + backupFileExtension = "hmbak"; }; environment.systemPackages = []; diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 538830e..ea0e3da 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -26,6 +26,7 @@ home-manager.useUserPackages = true; home-manager.users.osbm = import ../../home/home.nix { inherit config pkgs; + backupFileExtension = "hmbak"; }; virtualisation.virtualbox.host.enable = true; diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 4e7a87a..198c28d 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -38,6 +38,7 @@ home-manager.useUserPackages = true; home-manager.users.osbm = import ../../home/home.nix { inherit config pkgs; + backupFileExtension = "hmbak"; }; # Enable networking