deleted nixos home config

This commit is contained in:
Aly Raffauf 2024-03-13 13:33:23 -04:00
parent 78be692f69
commit eacf54419c

View file

@ -1,15 +0,0 @@
{ config, pkgs, ... }:
{
imports = [
../common.nix
];
home.username = "nixos";
home.homeDirectory = "/home/nixos";
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
gparted
];
}