This commit is contained in:
joygnu 2024-07-03 20:53:41 +02:00
parent 05613ee393
commit 416057dc9a
4 changed files with 1 additions and 18 deletions

View file

@ -9,7 +9,7 @@
shellAliases = {
v = "nvim";
pu = "git push -u berg main && git push -u hub main";
pu = "git push origin main && git push -u berg main && git push -u hub main";
fr = "sudo systemctl reboot --firmware";
ser = "ssh root@joygnu.org";
rb = "bash ~/nix/home/zsh/pc-laptop.sh";

View file

@ -1,7 +1,6 @@
{
imports = [
./fonts
./yazi
./sound
./vm
./packages

View file

@ -43,8 +43,6 @@
gnome-calculator
gnome-disk-utility
#random utils
pass
pinentry-curses
tree
rofi-wayland
screen
@ -55,7 +53,6 @@
unrar
scrcpy
appimage-run
ytmdl
yt-dlp
boxbuddy
distrobox

View file

@ -1,13 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
yazi
jq
poppler
fd
ripgrep
fzf
zoxide
];
}