fix flutter flake

This commit is contained in:
Nico
2025-01-17 00:06:13 +01:00
parent e5f34cd2e9
commit 6246713cf0
34 changed files with 1074 additions and 319 deletions

View File

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