This commit is contained in:
albert 2025-02-02 11:38:01 -08:00
parent a1d99a67b3
commit 1d3398d313
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 3 additions and 3 deletions
flake.nix
home-manager/common/desktops/plasma6

View file

@ -64,7 +64,7 @@
# User Machines
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "plasma6"; };
framework13 = libx.mkHost { hostname = "framework13"; unfree = true; desktop = "gnome"; };
framework16 = libx.mkHost { hostname = "framework16"; unfree = true; desktop = "plasma6"; };
framework16 = libx.mkHost { hostname = "framework16"; unfree = true; desktop = "gnome"; };
steamdeck = libx.mkDeck { hostname = "steamdeck"; desktop = "plasma6"; };
# Raspberry Pi's
@ -87,7 +87,7 @@
# User Machines
"albert@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; desktop = "plasma6"; };
"albert@framework13" = libx.mkHome { hostname = "framework13"; desktop = "gnome"; };
"albert@framework16" = libx.mkHome { hostname = "framework16"; desktop = "plasma6"; };
"albert@framework16" = libx.mkHome { hostname = "framework16"; desktop = "gnome"; };
"albert@steamdeck" = libx.mkHome { hostname = "steamdeck"; desktop = "plasma6"; };
# Raspberry Pi's

View file

@ -8,7 +8,7 @@
colorScheme = "Breeze";
extraConfig = {
Appearance = {
Font = "JetBrainsMono NF,10,-1,5,800,0,0,0,0,0,0,0,0,0,0,1,Regular";
Font = "JetBrainsMono NF,12,-1,5,800,0,0,0,0,0,0,0,0,0,0,1,Regular";
};
};
};