diff options
| author | Skullheadx <andrew@andrew-montgomery.dev> | 2026-06-30 16:29:14 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@andrew-montgomery.dev> | 2026-06-30 16:29:14 -0400 |
| commit | 323bdb28cade5be877ebc0fe75a85f44b530cb05 (patch) | |
| tree | bd6e266a5f3a09f95933b0f019884182934713a8 | |
| parent | show hidden and gitignored files in pickers (diff) | |
| download | nixos-323bdb28cade5be877ebc0fe75a85f44b530cb05.tar.gz nixos-323bdb28cade5be877ebc0fe75a85f44b530cb05.tar.bz2 nixos-323bdb28cade5be877ebc0fe75a85f44b530cb05.zip | |
try inherit pkg names
| -rw-r--r-- | modules/linux/x11.nix | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/modules/linux/x11.nix b/modules/linux/x11.nix index 22076ec..d15bd4f 100644 --- a/modules/linux/x11.nix +++ b/modules/linux/x11.nix @@ -64,18 +64,8 @@ in { files = { ".config/sxhkd/sxhkdrc".text = builtins.readFile ( pkgs.replaceVars ../../dotfiles/sxhkd/sxhkdrc { - dmenu = pkgs.dmenu; - st = pkgs.st; - surf = pkgs.surf; - pamixer = pkgs.pamixer; - maim = pkgs.maim; - xdotool = pkgs.xdotool; - xclip = pkgs.xclip; + inherit (pkgs) dmenu st surf pamixer maim xdotool xclip sfeed rmpc mpc librewolf; lockscreen = pkgs.lock-screen; - sfeed = pkgs.sfeed; - rmpc = pkgs.rmpc; - mpc = pkgs.mpc; - librewolf = pkgs.librewolf; } ); }; |
