From 188cdafff33d5bf80a30767412bc3e6d6a96fdb9 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 18 Feb 2025 20:25:51 +0300 Subject: [PATCH] dont just set username for now --- hosts/atreus/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/atreus/configuration.nix b/hosts/atreus/configuration.nix index 1abf1de..51e3867 100644 --- a/hosts/atreus/configuration.nix +++ b/hosts/atreus/configuration.nix @@ -1,10 +1,8 @@ { config, lib, pkgs, ... }: { - user.userName = lib.mkForce "osbm"; - # Simply install just the packages + # user.userName = lib.mkForce "osbm"; # fuck i hate unmaintained projects environment.packages = with pkgs; [ - # User-facing stuff that you really really want to have vim # or some other editor, e.g. nano or neovim # Some common stuff that people expect to have @@ -13,7 +11,7 @@ #diffutils findutils utillinux - #tzdata + tzdata hostname man gnugrep