add config option for username

This commit is contained in:
twoneis 2024-07-20 21:46:24 +02:00
parent 7bb5c421f6
commit 1b3e9b1b34
9 changed files with 13 additions and 13 deletions

View file

@ -1,8 +1,8 @@
{ pkgs, ... }: {
{ config, pkgs, ... }: {
programs.fish.enable = true;
users.defaultUserShell = pkgs.fish;
home-manager.users.twoneis = {
home-manager.users.${config.username} = {
home.packages = with pkgs; [
man-pages
man-pages-posix