fix flutter flake
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user