From 62c56fb24297a7184d58f37b35e15b3d318398cf Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 6 Nov 2025 15:06:21 +0300 Subject: [PATCH] this should be fixed --- hosts/nixOnDroidHosts/atreus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixOnDroidHosts/atreus/configuration.nix b/hosts/nixOnDroidHosts/atreus/configuration.nix index 5b2ef4e..25a9333 100644 --- a/hosts/nixOnDroidHosts/atreus/configuration.nix +++ b/hosts/nixOnDroidHosts/atreus/configuration.nix @@ -4,7 +4,7 @@ ... }: { - user.userName = lib.mkForce "osbm"; # fuck i hate unmaintained projects + user.userName = "osbm"; environment.packages = with pkgs; [ vim # or some other editor, e.g. nano or neovim