Still GTK looks

This commit is contained in:
2026-03-16 11:49:40 +00:00
parent 895a55953e
commit cb2300949a
72 changed files with 0 additions and 1782 deletions
@@ -1,26 +0,0 @@
{
config,
pkgs,
lib,
inputs,
...
}:
let
user = import ./henrov.nix;
in
{
home-manager.users.${user.username} = {
home.stateVersion = "25.11";
home.username = user.username;
home.homeDirectory = user.homeDirectory;
home.packages = with pkgs; [
direnv
git-extras
];
};
# Ensure the user is in the necessary groups
users.users.${config.users.users.${user.username}.username} = {
extraGroups = [ "networkmanager" ];
}