diff options
Diffstat (limited to 'nixos/.flake/home/core.nix')
-rw-r--r-- | nixos/.flake/home/core.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/nixos/.flake/home/core.nix b/nixos/.flake/home/core.nix deleted file mode 100644 index cfba834..0000000 --- a/nixos/.flake/home/core.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = [ - ./cursor.nix - ./fonts.nix - ./hyprland.nix - ./programs/core.nix - ./services/core.nix - ]; - - home.username = "jane"; - home.homeDirectory = "/home/jane"; - - home.stateVersion = "24.05"; - programs.home-manager.enable = true; -} |