isadle, fix steam, etc
This commit is contained in:
parent
a422110adf
commit
4d58ae60b0
12 changed files with 253 additions and 151 deletions
|
|
@ -46,7 +46,12 @@ in
|
|||
home-config =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ xdg-utils ];
|
||||
home.packages = with pkgs; [
|
||||
glib
|
||||
(pkgs.writeShellScriptBin "xdg-open" ''
|
||||
gio open "$@"
|
||||
'')
|
||||
];
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue