🖌️ Styling, flatpak == false, clock

- Disabled flatpak
- Added kitty config and disabled stylix
- Styled Mpv
- Added gnome-clocks
This commit is contained in:
2025-01-12 16:17:44 +01:00
parent be020ff82c
commit f7e4fc7638
5 changed files with 36 additions and 6 deletions

View File

@ -50,6 +50,7 @@ in
nix-prefetch-github # Cmd to get rev and hash from GitHub
gimp
vlc
vdhcoapp
fortune
cowsay
inputs.zen-browser.packages."${system}".default # beta
@ -63,7 +64,7 @@ in
programs.kdeconnect.enable = true;
services = {
flatpak.enable = true;
flatpak.enable = false;
xserver.enable = true;
};