From 045676afc69f82b902f36d15cb17ea59fbf5b529 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 18 Feb 2025 22:52:37 +0300 Subject: [PATCH] set username --- hosts/atreus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/atreus/configuration.nix b/hosts/atreus/configuration.nix index a00170f..bf58b45 100644 --- a/hosts/atreus/configuration.nix +++ b/hosts/atreus/configuration.nix @@ -4,7 +4,7 @@ pkgs, ... }: { - # user.userName = lib.mkForce "osbm"; # fuck i hate unmaintained projects + user.userName = "osbm"; # fuck i hate unmaintained projects environment.packages = with pkgs; [ vim # or some other editor, e.g. nano or neovim