We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 814158b + cfed522 commit 65318baCopy full SHA for 65318ba
2configs/xdg-open.nix
@@ -39,9 +39,9 @@ let
39
special/mailaddress)
40
alacritty --execute vim "$FILE" ;;
41
text/html)
42
- firefox-devedition "$FILE" ;;
+ { firefox-devedition "$FILE" || firefox "$FILE"; } ;;
43
text/xml)
44
45
text/*)
46
47
image/*)
machines/xerxes/config.nix
@@ -24,5 +24,6 @@
24
];
25
26
documentation.nixos.enable = true;
27
+ programs.steam.enable = true;
28
29
}
0 commit comments