1752707930
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
"nix:conf:edit" = "sudo nano ~/Developer/nix/configuration.nix";
|
"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/";
|
"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
|
# Module editing shortcuts
|
||||||
"nix:edit:boot" = "sudo nano ~/Developer/nix/modules/boot.nix";
|
"nix:edit:boot" = "sudo nano ~/Developer/nix/modules/boot.nix";
|
||||||
"nix:edit:net" = "sudo nano ~/Developer/nix/modules/networking.nix";
|
"nix:edit:net" = "sudo nano ~/Developer/nix/modules/networking.nix";
|
||||||
|
|||||||
@@ -34,20 +34,19 @@
|
|||||||
vlc
|
vlc
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
gnome-notes
|
gnome-notes
|
||||||
spotify
|
|
||||||
spot
|
|
||||||
streamrip
|
streamrip
|
||||||
supersonic
|
supersonic
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
zotero
|
zotero
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
lrcget
|
||||||
|
|
||||||
# Gaming
|
# Gaming
|
||||||
luanti
|
luanti
|
||||||
duckstation
|
duckstation
|
||||||
dolphin-emu
|
dolphin-emu
|
||||||
ryubing
|
ryubing
|
||||||
gpu-screen-recorder-gtk
|
gpu-screen-recorder
|
||||||
|
|
||||||
# GNOME extensions
|
# GNOME extensions
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
|
|||||||
Reference in New Issue
Block a user