modularizing kernel and loader settings
This commit is contained in:
@@ -11,7 +11,6 @@ in {
|
||||
modules.terminal.foot.enable = mkEnableOption "Enables foot terminal";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
home.sessionVariables.TERMINAL = "foot";
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
package = pkgs.foot;
|
||||
|
||||
Reference in New Issue
Block a user