1752707930
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
"nix:rebuild" = "sudo nixos-rebuild switch";
|
||||
"nix:conf:edit" = "sudo nano ~/Developer/nix/configuration.nix";
|
||||
"nix:conf:sync" = "sudo rm -rf /etc/nixos/configuration.nix && sudo cp ~/Developer/nix/configuration.nix /etc/nixos/configuration.nix && sudo rm -rf /etc/nixos/modules && sudo cp -r ~/Developer/nix/modules /etc/nixos/";
|
||||
|
||||
# Updates
|
||||
"nix:update" = "sudo nix-channel --update";
|
||||
|
||||
# Module editing shortcuts
|
||||
"nix:edit:boot" = "sudo nano ~/Developer/nix/modules/boot.nix";
|
||||
@@ -26,4 +29,4 @@
|
||||
"nix:conf:push" = "sudo rm -rf /etc/nixos/configuration.nix && sudo cp ~/Developer/nix/configuration.nix /etc/nixos/configuration.nix && sudo rm -rf /etc/nixos/modules && sudo cp -r ~/Developer/nix/modules /etc/nixos/ && cd ~/Developer/nix && git add -A && git commit -m \"$(date -u +%s)\" && git push";
|
||||
"nix:conf:pull" = "cd ~/Developer/nix && git pull && sudo rm -rf /etc/nixos/configuration.nix && sudo cp ~/Developer/nix/configuration.nix /etc/nixos/configuration.nix && sudo rm -rf /etc/nixos/modules && sudo cp -r ~/Developer/nix/modules /etc/nixos/";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,20 +34,19 @@
|
||||
vlc
|
||||
onlyoffice-desktopeditors
|
||||
gnome-notes
|
||||
spotify
|
||||
spot
|
||||
streamrip
|
||||
supersonic
|
||||
nextcloud-client
|
||||
zotero
|
||||
prismlauncher
|
||||
lrcget
|
||||
|
||||
# Gaming
|
||||
luanti
|
||||
duckstation
|
||||
dolphin-emu
|
||||
ryubing
|
||||
gpu-screen-recorder-gtk
|
||||
gpu-screen-recorder
|
||||
|
||||
# GNOME extensions
|
||||
gnomeExtensions.appindicator
|
||||
|
||||
Reference in New Issue
Block a user