diff --git a/modules/home/default.nix b/modules/home/default.nix index e1247b5..a13f524 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -15,12 +15,11 @@ ++ [(import ./mako)] # notification deamon ++ [(import ./micro)] # nano replacement ++ [(import ./nvim)] - ++ [(import ./package)] + ++ [(import ./packages)] ++ [(import ./rider)] # C# JetBrain editor ++ [(import ./scripts)] # personal scripts ++ [(import ./starship)] ++ [(import ./swaylock)] - ++ [(import ./unity)] ++ [(import ./vscodium)] ++ [(import ./waybar)] ++ [(import ./wofi)] diff --git a/modules/home/package/default.nix b/modules/home/packages/default.nix similarity index 99% rename from modules/home/package/default.nix rename to modules/home/packages/default.nix index 190e12d..962ed91 100644 --- a/modules/home/package/default.nix +++ b/modules/home/packages/default.nix @@ -13,6 +13,7 @@ jdk17 # java lazygit libreoffice + cinnamon.nemo-with-extensions # file manager nitch # systhem fetch util nix-prefetch-github prismlauncher # minecraft launcher @@ -20,7 +21,7 @@ soundwireserver # pass audio to android phone todo # cli todo list toipe # typing test in the terminal - cinnamon.nemo-with-extensions # file manager + unityhub valgrind # c memory analyzer yazi # terminal file manager youtube-dl diff --git a/modules/home/unity/default.nix b/modules/home/unity/default.nix deleted file mode 100644 index aad7e51..0000000 --- a/modules/home/unity/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - unityhub - ]; -} \ No newline at end of file diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index d712559..e1c5cc6 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -39,9 +39,6 @@ nix-switchu = "sudo nixos-rebuild switch --upgrade --flake ~/nixos-config#nixos"; nix-flake-update = "sudo nix flake update ~/nixos-config#"; nix-clean = "sudo nix-collect-garbage && sudo nix-collect-garbage -d && sudo rm /nix/var/nix/gcroots/auto/* && nix-collect-garbage && nix-collect-garbage -d"; - # nix-clean = "sudo nix-collect-garbage -d"; - # nix-cleanold = "sudo nix-collect-garbage --delete-old"; - # nix-cleanboot = "sudo /run/current-system/bin/switch-to-configuration boot"; # Git ga = "git add"; @@ -62,8 +59,6 @@ gcoe = "git config user.email"; gcon = "git config user.name"; - # g = "lazygit"; - # python piv = "python -m venv .venv"; psv = "source .venv/bin/activate";