Updates
This commit is contained in:
parent
2931424f3e
commit
07fe9c6981
4 changed files with 7 additions and 8 deletions
|
@ -81,7 +81,7 @@
|
|||
"albert@bakersfield-rpi4" = libx.mkHome { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||
"albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; theme = "stylix"; };
|
||||
# Containers
|
||||
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "stylix"; };
|
||||
"albert@rdesktop" = libx.mkHome { hostname = "rdesktop"; desktop = "plasma6"; theme = "green"; };
|
||||
};
|
||||
deploy.nodes = {
|
||||
osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; };
|
||||
|
|
|
@ -4,9 +4,8 @@
|
|||
./plasma-manager.nix
|
||||
];
|
||||
|
||||
# Testing...
|
||||
# programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
||||
# programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
|
||||
programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
||||
programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
|
||||
|
||||
# Add the Firefox integrations
|
||||
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
{
|
||||
location = "bottom";
|
||||
floating = true;
|
||||
height = 40;
|
||||
height = 38;
|
||||
|
||||
widgets = [
|
||||
{
|
||||
name = "org.kde.plasma.kickoff";
|
||||
name = "org.kde.plasma.kicker";
|
||||
config = {
|
||||
General.icon = "nix-snowflake-white";
|
||||
};
|
||||
|
@ -51,7 +51,6 @@
|
|||
icons.spacing = "small";
|
||||
items = {
|
||||
shown = [
|
||||
"org.kde.plasma.battery"
|
||||
"org.kde.plasma.volume"
|
||||
"org.kde.plasma.networkmanagement"
|
||||
];
|
||||
|
@ -64,6 +63,7 @@
|
|||
"org.kde.plasma.cameraindicator"
|
||||
"org.kde.plasma.brightness"
|
||||
"org.kde.plasma.nightlight"
|
||||
"org.kde.plasma.clipboard"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -4,7 +4,7 @@ let
|
|||
in {
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue