fixup sway and add mimeapps
This commit is contained in:
parent
879489efcb
commit
829c8d9392
9 changed files with 71 additions and 33 deletions
|
|
@ -5,6 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
term = config.programs.terminal;
|
||||
termcmd = "${ config.programs.terminal }/bin/${config.programs.terminal.pname}";
|
||||
in {
|
||||
options.programs = {
|
||||
terminal = lib.mkPackageOption pkgs "foot" {
|
||||
|
|
@ -19,5 +20,6 @@ in {
|
|||
};
|
||||
|
||||
home.packages = [term];
|
||||
home.sessionVariables.TERMINAL = termcmd;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue