Changed KDE plasma theme and configured Kitty as Terminal

This commit is contained in:
2025-10-15 14:50:38 +02:00
parent 713c60bc02
commit 820c7b4454
13 changed files with 379 additions and 16 deletions

View File

@ -24,7 +24,8 @@
# changes in each release.
home.stateVersion = version;
xdg.desktopEntries.youtube = {
xdg = {
desktopEntries.youtube = {
name = "YouTube";
exec = "chromium --app=https://www.youtube.com";
terminal = false;
@ -32,11 +33,21 @@
icon = "applications-multimedia";
categories = [ "AudioVideo" "Player" "Network" ];
};
};
# Let Home Manager install and manage itself.
programs = {
home-manager = { enable = true; };
kitty = {
enable = true;
settings = {
background_opacity = "0.7"; #The higher the value, the darker the console
};
};
git = {
enable = true;
userName = "Cookiez";