set username

This commit is contained in:
Osman Faruk Bayram 2025-02-18 22:52:37 +03:00
parent 27a8173248
commit 045676afc6

View file

@ -4,7 +4,7 @@
pkgs, pkgs,
... ...
}: { }: {
# user.userName = lib.mkForce "osbm"; # fuck i hate unmaintained projects user.userName = "osbm"; # fuck i hate unmaintained projects
environment.packages = with pkgs; [ environment.packages = with pkgs; [
vim # or some other editor, e.g. nano or neovim vim # or some other editor, e.g. nano or neovim