treewide: rename common modules to settei
This commit is contained in:
parent
c182071080
commit
2bafb42028
11 changed files with 17 additions and 18 deletions
|
@ -11,11 +11,11 @@
|
|||
|
||||
imports = [ ./zellij.nix ];
|
||||
|
||||
options.common.desktop = {
|
||||
options.settei.desktop = {
|
||||
enable = lib.mkEnableOption "Common configuration for desktop machines";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.common.desktop.enable {
|
||||
config = lib.mkIf config.settei.desktop.enable {
|
||||
home.packages = with pkgs; [
|
||||
inputs'.settei.packages.wezterm
|
||||
nerd-fonts.iosevka
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue