Reshuffling stuff

This commit is contained in:
2026-03-18 18:14:03 +00:00
parent 57ce38939e
commit f9160961d2
2 changed files with 12 additions and 8 deletions
+6 -4
View File
@@ -604,10 +604,12 @@ in {
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
feh
st
];
mySystem = {
apps.wallpaper = {
enable = true;
packages = [ "feh" "st" ]; # just symbolic names
};
};
stylix = {
enable = true;
@@ -9,10 +9,12 @@ in {
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
feh
st
];
mySystem = {
apps.wallpaper = {
enable = true;
packages = [ "feh" "st" ]; # just symbolic names
};
};
stylix = {
enable = true;