fix(stylix): Move rofi target to stylix

This commit is contained in:
2025-12-21 00:49:29 +01:00
parent 81d59b7cfd
commit e8c5df1a80
2 changed files with 2 additions and 2 deletions

View File

@@ -15,8 +15,6 @@
];
};
stylix.targets.rofi.enable = false;
programs.rofi = {
enable = true;
extraConfig = {

View File

@@ -10,5 +10,7 @@
spicetify.enable = false;
vesktop.enable = false;
rofi.enable = false;
};
}