🖌️ Styling, flatpak == false, clock
- Disabled flatpak - Added kitty config and disabled stylix - Styled Mpv - Added gnome-clocks
This commit is contained in:
@ -18,6 +18,7 @@ in
|
||||
./fish.nix
|
||||
./freetube.nix
|
||||
./gtk.nix
|
||||
./kitty.nix
|
||||
./mpv.nix
|
||||
./nextcloud.nix
|
||||
./rofi
|
||||
@ -46,11 +47,6 @@ in
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
home-manager.enable = true;
|
||||
|
||||
kitty = {
|
||||
enable = common.terminal == "kitty";
|
||||
settings.window_padding_width = 10;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
Reference in New Issue
Block a user