fix: fsel problems
This commit is contained in:
+3
-2
@@ -1,14 +1,15 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
myConfig,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
inputs.fsel.packages.${pkgs.system}.default # FIXME: does not have its own homeManagerModules
|
||||
pkgs.cclip
|
||||
pkgs.wl-clipboard
|
||||
];
|
||||
home.file.".config/fsel/config.toml".text = ''
|
||||
[exec]
|
||||
terminal_launcher = "${pkgs.ghostty}/bin/ghostty -e"
|
||||
terminal_launcher = "${myConfig.terminal.default} -e"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user