diff --git a/systems/modules/home/home-work.nix b/systems/modules/home/home-work.nix deleted file mode 100644 index f3af46d..0000000 --- a/systems/modules/home/home-work.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ pkgs, lib, ... }: - -{ - # Home Manager state version - home.stateVersion = "25.11"; - - home.username = "avravels"; - home.homeDirectory = "/home/avravels"; - - imports = [ - ./other/fonts.nix - ./programs/bitwarden.nix - ./programs/kitty.nix - ./programs/zsh.nix - ./programs/direnv.nix - ./programs/firefox.nix - ./programs/tmux.nix - ./programs/git-work.nix - ./programs/libreoffice.nix - ./programs/nvim.nix - ./programs/ripgrep.nix - ./programs/vscode.nix - ./wm/rofi.nix - ./wm/cursor.nix - ./wm/dconf.nix - ./wm/gtk.nix - ./wm/waybar.nix - ./wm/hyprland.nix - ./wm/hyprpaper.nix - ]; - -}