Compare commits

..

No commits in common. "640f1a1c41a90066c3c7ad4d7331ed40446eac0b" and "60ded6e15312c062953a71c704f06968b0710056" have entirely different histories.

2 changed files with 3 additions and 13 deletions

6
flake.lock generated
View file

@ -324,11 +324,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1711527622, "lastModified": 1711295162,
"narHash": "sha256-UCTdFTa4tQuXHzsJUhqDuTyvA2Xu6fvMe+mGXdQhPrg=", "narHash": "sha256-gPTTYKvdnmaLcgOSpqtKHIf8J60J3Z4jAqXTwluxxUk=",
"owner": "pjones", "owner": "pjones",
"repo": "plasma-manager", "repo": "plasma-manager",
"rev": "fd4426851e1a4b1fe88abba78171e142102ab065", "rev": "8a032af55ed686ab21e60530080462a1438812b9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -13,15 +13,5 @@ in {
xdg.dataFile = { xdg.dataFile = {
"konsole/Catppuccin-Mocha.colorscheme".source = catppuccinKonsole; "konsole/Catppuccin-Mocha.colorscheme".source = catppuccinKonsole;
}; };
programs.konsole = {
enable = true;
defaultProfile = "Toast.profile";
profiles.toast = {
name = "Toast";
colorScheme = "Catppuccin-Mocha";
font.name = "JetBrainsMono Nerd Font";
font.size = 10;
};
};
}; };
} }