This commit is contained in:
albert 2024-06-20 13:33:01 +09:00
parent 2931424f3e
commit 07fe9c6981
Signed by: albert
GPG key ID: 3895DD267CA11BA9
4 changed files with 7 additions and 8 deletions

View file

@ -81,7 +81,7 @@
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; }; "albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
"albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; theme = "stylix"; }; "albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; theme = "stylix"; };
# Containers # Containers
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "stylix"; }; "albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "green"; };
}; };
deploy.nodes = { deploy.nodes = {
osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; }; osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; };

View file

@ -4,9 +4,8 @@
./plasma-manager.nix ./plasma-manager.nix
]; ];
# Testing... programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
# programs.bash.sessionVariables = { DISABLE_TMUX = "true"; }; programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
# programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
# Add the Firefox integrations # Add the Firefox integrations
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [ programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [

View file

@ -23,11 +23,11 @@
{ {
location = "bottom"; location = "bottom";
floating = true; floating = true;
height = 40; height = 38;
widgets = [ widgets = [
{ {
name = "org.kde.plasma.kickoff"; name = "org.kde.plasma.kicker";
config = { config = {
General.icon = "nix-snowflake-white"; General.icon = "nix-snowflake-white";
}; };
@ -51,7 +51,6 @@
icons.spacing = "small"; icons.spacing = "small";
items = { items = {
shown = [ shown = [
"org.kde.plasma.battery"
"org.kde.plasma.volume" "org.kde.plasma.volume"
"org.kde.plasma.networkmanagement" "org.kde.plasma.networkmanagement"
]; ];
@ -64,6 +63,7 @@
"org.kde.plasma.cameraindicator" "org.kde.plasma.cameraindicator"
"org.kde.plasma.brightness" "org.kde.plasma.brightness"
"org.kde.plasma.nightlight" "org.kde.plasma.nightlight"
"org.kde.plasma.clipboard"
]; ];
}; };
}; };

View file

@ -4,7 +4,7 @@ let
in { in {
containers = { containers = {
rdesktop = libx.mkContainer { hostname = "rdesktop"; ip = "2"; desktop = "plasma6"; unfree = true; }; rdesktop = libx.mkContainer { hostname = "rdesktop"; ip = "2"; desktop = "plasma6"; unfree = true; theme = "green"; };
}; };
# Networking config # Networking config