This commit is contained in:
Frost-Phoenix 2024-04-06 13:45:26 +02:00
parent 5b65b30953
commit f3a6ce6554
4 changed files with 3 additions and 14 deletions

View file

@ -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)]

View file

@ -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

View file

@ -1,6 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
unityhub
];
}

View file

@ -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";