Add kde plasma module for the themes.
This commit is contained in:
parent
97c9a24561
commit
cbd79ea3a5
@ -21,7 +21,8 @@
|
||||
./modules/shell.nix
|
||||
./modules/nvim.nix
|
||||
./modules/restic.nix
|
||||
./modules/theming.nix
|
||||
# ./modules/theming.nix Not needed when using plasma
|
||||
./modules/plasma.nix
|
||||
./modules/alacritty.nix
|
||||
];
|
||||
|
||||
|
8
home-manager/modules/plasma.nix
Normal file
8
home-manager/modules/plasma.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.catppuccin-cursors.frappeRosewater
|
||||
pkgs.catppuccin-gtk
|
||||
(pkgs.catppuccin-papirus-folders.override { flavor = "frappe"; accent = "pink"; })
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user