Skip to content

Commit

Permalink
Revert host back to plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlet-storm committed Feb 14, 2025
1 parent 1b3124d commit 3bb2f07
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion config/homes/violet@liella.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{ pkgs, homeManagerConfig, ... }:
let
f3Riko2x = pkgs.fetchurl {
url = "https://i.idol.st/u/card/art/2x/894UR-Sakurauchi-Riko-You-mentioned-you-liked-it-no-A-Fairy-Concert-l5NeuT.png";
hash = "sha512-frrj8k8ap8Rs8MIyk96TsAJWEG7mw0d477Axgv2ITJe1CsffpEhqP4zPx4jM9uLF3pSdDhMYIzxHmX8u4ztgEQ==";
};
in
{
imports = [ ./violet.nix ];
imports = [
./violet.nix
homeManagerConfig.plasma
];
services.syncthing.enable = true;
programs.plasma.workspace.wallpaper = "${f3Riko2x}";
programs.plasma.configFile.kdeglobals.General.AccentColor = "255,158,172";
home.stateVersion = "24.05";
}
2 changes: 1 addition & 1 deletion config/hosts/x86_64-linux/liella/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
modules.nixos.hardware.gpu.intel
modules.nixos.lanzaboote.default
modules.nixos.home-manager
modules.nixos.desktop.cosmic
modules.nixos.desktop.plasma
modules.nixos.net.networkd-wifi
inputs.disko.nixosModules.default
modules.nixos.steam
Expand Down

0 comments on commit 3bb2f07

Please sign in to comment.