feat: add xdg-open etc.
This commit is contained in:
parent
1c66c5662e
commit
f7902362cc
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ in
|
|||
./i3status-rust.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xdg-utils
|
||||
];
|
||||
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue