mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-23 08:45:09 +01:00
meta: Move icoextract/thud to thunar module
This helps clarify that icoextract and thud are used with thunar specifically.
This commit is contained in:
parent
44e7c6df4d
commit
85c89ab496
@ -25,8 +25,6 @@ in
|
|||||||
mpvpaper
|
mpvpaper
|
||||||
lnch
|
lnch
|
||||||
wev
|
wev
|
||||||
icoextract
|
|
||||||
thud
|
|
||||||
wf-recorder
|
wf-recorder
|
||||||
lutgen
|
lutgen
|
||||||
];
|
];
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
icoextract
|
||||||
|
thud
|
||||||
|
];
|
||||||
|
|
||||||
xdg.configFile."xfce4/helpers.rc".text = # ini
|
xdg.configFile."xfce4/helpers.rc".text = # ini
|
||||||
''
|
''
|
||||||
TerminalEmulator=kitty
|
TerminalEmulator=kitty
|
||||||
|
Loading…
Reference in New Issue
Block a user