rb
This commit is contained in:
parent
05613ee393
commit
416057dc9a
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
v = "nvim";
|
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";
|
fr = "sudo systemctl reboot --firmware";
|
||||||
ser = "ssh root@joygnu.org";
|
ser = "ssh root@joygnu.org";
|
||||||
rb = "bash ~/nix/home/zsh/pc-laptop.sh";
|
rb = "bash ~/nix/home/zsh/pc-laptop.sh";
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./fonts
|
./fonts
|
||||||
./yazi
|
|
||||||
./sound
|
./sound
|
||||||
./vm
|
./vm
|
||||||
./packages
|
./packages
|
||||||
|
|
|
@ -43,8 +43,6 @@
|
||||||
gnome-calculator
|
gnome-calculator
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
#random utils
|
#random utils
|
||||||
pass
|
|
||||||
pinentry-curses
|
|
||||||
tree
|
tree
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
screen
|
screen
|
||||||
|
@ -55,7 +53,6 @@
|
||||||
unrar
|
unrar
|
||||||
scrcpy
|
scrcpy
|
||||||
appimage-run
|
appimage-run
|
||||||
ytmdl
|
|
||||||
yt-dlp
|
yt-dlp
|
||||||
boxbuddy
|
boxbuddy
|
||||||
distrobox
|
distrobox
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
yazi
|
|
||||||
jq
|
|
||||||
poppler
|
|
||||||
fd
|
|
||||||
ripgrep
|
|
||||||
fzf
|
|
||||||
zoxide
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue