formatting

This commit is contained in:
MFlossmann 2024-07-03 00:38:20 +02:00
parent 64fcff10aa
commit 48387d08e3
14 changed files with 129 additions and 111 deletions

View file

@ -1,9 +1,11 @@
{ config, pkgs, ... }:
{
config,
pkgs,
...
}: {
# home.username = "prunebutt";
# home.homeDirectory = "/home/prunebutt";
home = let
home = let
user = "prunebutt";
in {
username = "${user}";
@ -43,7 +45,7 @@
};
programs.zsh.enable = true;
# Let Home Manager install and manage itself.
# programs.home-manager.enable = true;
}