This commit is contained in:
Nico
2025-03-31 00:04:25 +02:00
parent f040a1bdb3
commit c45866e66e
66 changed files with 1862 additions and 399 deletions

View File

@@ -1,8 +1,8 @@
{ config, pkgs, inputs, ... }:
{
home.username = "nico";
home.homeDirectory = "/home/nico";
home.username = "n";
home.homeDirectory = "/home/n";
imports = [
./packages
@@ -24,4 +24,3 @@
programs.home-manager.enable = true;
}