hmAuto, set username based on filedir

This commit is contained in:
Julia Lange 2024-12-01 00:18:43 -08:00
parent 7cc650aea6
commit 5605c829b6
Signed by: Julia
SSH key fingerprint: SHA256:KI8YxpkPRbnDRkXPgCuQCVz181++Vy7NAvmQj8alOhM
2 changed files with 12 additions and 12 deletions

View file

@ -1,10 +1,6 @@
{ config, ... }:
{
home.username = "pan";
nixpkgs.config.allowUnfree = true;
home.stateVersion = "23.05";
hypr.enable = true;
hypr.monitor = {
details = [
@ -103,8 +99,6 @@
];
zoxide.enable = true;
gimp.enable = true;
beeper.enable = true;
discord.enable = true;
}