Added kde home manager module

This commit is contained in:
2024-02-01 09:53:07 -04:00
parent ce736896cc
commit cc261beb04
3 changed files with 3 additions and 4 deletions

View File

@@ -4,3 +4,4 @@
- Consolidate reused modules to a single import
- Add unzip utilities to home-manager
- Add hopscotch via Appimage
- Standardize folder conjugation

View File

@@ -82,6 +82,7 @@
./home
./home/shell
./home/applications
./home/desktops/kde
];
};
}
@@ -170,6 +171,7 @@
./home
./home/shell
./home/applications
./home/desktops/kde
];
};
}

View File

@@ -2,9 +2,5 @@
home.packages = with pkgs; [
# KDE specific packages
kate
onboard
squeekboard
];
}