Update Plasma
This commit is contained in:
parent
07fe9c6981
commit
84b686d6e8
2 changed files with 29 additions and 8 deletions
|
@ -3,13 +3,29 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
overrideConfig = true;
|
overrideConfig = true;
|
||||||
configFile = {
|
configFile = {
|
||||||
# Configure 4 desktops
|
kscreenlockerrc = {
|
||||||
"kwinrc"."Desktops"."Id_1" = "6397510c-04f5-4aaf-bff9-66cea108b111";
|
# Set Lock Screen Wallpaper
|
||||||
"kwinrc"."Desktops"."Id_2" = "99b48444-5d80-4ea3-9602-35235349b6f9";
|
"Greeter/Wallpaper/org.kde.image/General" = {
|
||||||
"kwinrc"."Desktops"."Id_3" = "4a2ae169-0b7e-43ed-97c6-8a2d55b0a379";
|
Image = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png";
|
||||||
"kwinrc"."Desktops"."Id_4" = "2bca1e94-a84d-4514-a2c8-a7acfaf10371";
|
PreviewImage = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png";
|
||||||
"kwinrc"."Desktops"."Number" = 4;
|
};
|
||||||
"kwinrc"."Desktops"."Rows" = 1;
|
};
|
||||||
|
kwinrc = {
|
||||||
|
# Set NightLight coordinates
|
||||||
|
NightColor = {
|
||||||
|
Active = true;
|
||||||
|
Mode = "Location";
|
||||||
|
LatitudeFixed = 34.6583850931677;
|
||||||
|
LongitudeFixed = 138.0368098159509;
|
||||||
|
};
|
||||||
|
# Set Virtual Desktops
|
||||||
|
Desktops = {
|
||||||
|
Number = {
|
||||||
|
value = 4;
|
||||||
|
immutable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
workspace = {
|
workspace = {
|
||||||
|
@ -19,6 +35,11 @@
|
||||||
theme = "Arc-Dark";
|
theme = "Arc-Dark";
|
||||||
colorScheme = "Arc";
|
colorScheme = "Arc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kwin = {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
panels = [
|
panels = [
|
||||||
{
|
{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
|
|
|
@ -4,7 +4,7 @@ let
|
||||||
in {
|
in {
|
||||||
|
|
||||||
containers = {
|
containers = {
|
||||||
rdesktop = libx.mkContainer { hostname = "rdesktop"; ip = "2"; desktop = "plasma6"; unfree = true; theme = "green"; };
|
rdesktop = libx.mkContainer { hostname = "rdesktop"; ip = "2"; desktop = "plasma6"; unfree = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# Networking config
|
# Networking config
|
||||||
|
|
Loading…
Reference in a new issue