clean up
This commit is contained in:
parent
5b65b30953
commit
f3a6ce6554
|
@ -15,12 +15,11 @@
|
||||||
++ [(import ./mako)] # notification deamon
|
++ [(import ./mako)] # notification deamon
|
||||||
++ [(import ./micro)] # nano replacement
|
++ [(import ./micro)] # nano replacement
|
||||||
++ [(import ./nvim)]
|
++ [(import ./nvim)]
|
||||||
++ [(import ./package)]
|
++ [(import ./packages)]
|
||||||
++ [(import ./rider)] # C# JetBrain editor
|
++ [(import ./rider)] # C# JetBrain editor
|
||||||
++ [(import ./scripts)] # personal scripts
|
++ [(import ./scripts)] # personal scripts
|
||||||
++ [(import ./starship)]
|
++ [(import ./starship)]
|
||||||
++ [(import ./swaylock)]
|
++ [(import ./swaylock)]
|
||||||
++ [(import ./unity)]
|
|
||||||
++ [(import ./vscodium)]
|
++ [(import ./vscodium)]
|
||||||
++ [(import ./waybar)]
|
++ [(import ./waybar)]
|
||||||
++ [(import ./wofi)]
|
++ [(import ./wofi)]
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
jdk17 # java
|
jdk17 # java
|
||||||
lazygit
|
lazygit
|
||||||
libreoffice
|
libreoffice
|
||||||
|
cinnamon.nemo-with-extensions # file manager
|
||||||
nitch # systhem fetch util
|
nitch # systhem fetch util
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
prismlauncher # minecraft launcher
|
prismlauncher # minecraft launcher
|
||||||
|
@ -20,7 +21,7 @@
|
||||||
soundwireserver # pass audio to android phone
|
soundwireserver # pass audio to android phone
|
||||||
todo # cli todo list
|
todo # cli todo list
|
||||||
toipe # typing test in the terminal
|
toipe # typing test in the terminal
|
||||||
cinnamon.nemo-with-extensions # file manager
|
unityhub
|
||||||
valgrind # c memory analyzer
|
valgrind # c memory analyzer
|
||||||
yazi # terminal file manager
|
yazi # terminal file manager
|
||||||
youtube-dl
|
youtube-dl
|
|
@ -1,6 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
unityhub
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -39,9 +39,6 @@
|
||||||
nix-switchu = "sudo nixos-rebuild switch --upgrade --flake ~/nixos-config#nixos";
|
nix-switchu = "sudo nixos-rebuild switch --upgrade --flake ~/nixos-config#nixos";
|
||||||
nix-flake-update = "sudo nix flake update ~/nixos-config#";
|
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 && 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
|
# Git
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
|
@ -62,8 +59,6 @@
|
||||||
gcoe = "git config user.email";
|
gcoe = "git config user.email";
|
||||||
gcon = "git config user.name";
|
gcon = "git config user.name";
|
||||||
|
|
||||||
# g = "lazygit";
|
|
||||||
|
|
||||||
# python
|
# python
|
||||||
piv = "python -m venv .venv";
|
piv = "python -m venv .venv";
|
||||||
psv = "source .venv/bin/activate";
|
psv = "source .venv/bin/activate";
|
||||||
|
|
Loading…
Reference in a new issue