feat: add xdg-open etc.
parent
1c66c5662e
commit
f7902362cc
|
@ -8,6 +8,10 @@ in
|
|||
./i3status-rust.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xdg-utils
|
||||
];
|
||||
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in New Issue