rb
This commit is contained in:
parent
05613ee393
commit
416057dc9a
|
@ -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";
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./fonts
|
||||
./yazi
|
||||
./sound
|
||||
./vm
|
||||
./packages
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
yazi
|
||||
jq
|
||||
poppler
|
||||
fd
|
||||
ripgrep
|
||||
fzf
|
||||
zoxide
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue