Testing
This commit is contained in:
parent
f583400259
commit
3fd603340f
1 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,15 @@
|
||||||
{ theme, ... }: {
|
{ theme, ... }: {
|
||||||
|
|
||||||
|
programs.konsole = {
|
||||||
|
defaultProfile = "Default";
|
||||||
|
profiles.Default = {
|
||||||
|
name = "Default";
|
||||||
|
font = {
|
||||||
|
name = "Jetbrains Mono";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
overrideConfig = true;
|
overrideConfig = true;
|
||||||
|
@ -67,17 +78,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
apps.konsole = {
|
|
||||||
defaultProfile = "Default";
|
|
||||||
profiles.Default = {
|
|
||||||
name = "Default";
|
|
||||||
font = {
|
|
||||||
name = "Jetbrains Mono";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
workspace = {
|
workspace = {
|
||||||
clickItemTo = "select";
|
clickItemTo = "select";
|
||||||
iconTheme = "Papirus";
|
iconTheme = "Papirus";
|
||||||
|
|
Loading…
Reference in a new issue