fix remaining issues, add app configs, fix gnome theme

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-07-25 14:40:42 +02:00
parent 742706fe0f
commit c06c55a000
10 changed files with 177 additions and 62 deletions

View file

@ -19,12 +19,6 @@
config,
...
}: {
imports = [
inputs.homeModules.themes.catppuccin
inputs.homeModules.themes.catppuccin.gnome
inputs.homeModules.development.ssh
];
# Flatpak configuration.
services.flatpak = {
enable = true;
@ -67,4 +61,6 @@
### Backups & Synchronization
celeste
];
home.stateVersion = "24.05";
}