mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 11:41:14 +00:00
Compare commits
3 Commits
5748f4b2e7
...
c53b236d5b
| Author | SHA1 | Date | |
|---|---|---|---|
| c53b236d5b | |||
| aa5037b107 | |||
| 1de9399021 |
@@ -27,6 +27,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
glava
|
||||
imv
|
||||
plex-desktop
|
||||
projectm_3
|
||||
sox
|
||||
|
||||
@@ -28,9 +28,9 @@
|
||||
|
||||
|
||||
# Nix flake update, rebuild, switch
|
||||
nus = "bash -c \"cd /etc/nixos && sudo nix flake update && nrs ; exit\"";
|
||||
nus = "bash -c \"cd /etc/nixos && sudo nix flake update && sudo nixos-rebuild switch --flake .#$(hostname) ; exit\"";
|
||||
# with tracing
|
||||
tnus = "bash -c \"cd /etc/nixos && sudo nix flake update && tnrs ; exit\"";
|
||||
tnus = "bash -c \"cd /etc/nixos && sudo nix flake update && sudo nixos-rebuild switch --show-trace --flake .#$(hostname) ; exit\"";
|
||||
|
||||
# Special cleanup, needed when efi partition runs out of space. Deletes all but the last five generations.
|
||||
# Remember to make that partition bigger in the future...
|
||||
|
||||
@@ -95,6 +95,7 @@ in
|
||||
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||
"text/html" = [ "firefox.desktop" ];
|
||||
"image/*" = [ "imv.desktop" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user