Compare commits
2 commits
60ded6e153
...
640f1a1c41
| Author | SHA1 | Date | |
|---|---|---|---|
| 640f1a1c41 | |||
| 7227036630 |
2 changed files with 13 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -324,11 +324,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1711295162,
|
||||
"narHash": "sha256-gPTTYKvdnmaLcgOSpqtKHIf8J60J3Z4jAqXTwluxxUk=",
|
||||
"lastModified": 1711527622,
|
||||
"narHash": "sha256-UCTdFTa4tQuXHzsJUhqDuTyvA2Xu6fvMe+mGXdQhPrg=",
|
||||
"owner": "pjones",
|
||||
"repo": "plasma-manager",
|
||||
"rev": "8a032af55ed686ab21e60530080462a1438812b9",
|
||||
"rev": "fd4426851e1a4b1fe88abba78171e142102ab065",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -13,5 +13,15 @@ in {
|
|||
xdg.dataFile = {
|
||||
"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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue