use a previously unused with
statement
This commit is contained in:
parent
16a7189ab7
commit
8de8301dc1
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
# kde stuff
|
||||
environment.systemPackages = with pkgs.kdePackages; [
|
||||
#partitionmanager
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# catppuccin
|
||||
(pkgs.catppuccin-kde.override {
|
||||
(catppuccin-kde.override {
|
||||
flavour = [ "mocha" "macchiato" "frappe" "latte" ];
|
||||
accents = [ "blue" ];
|
||||
winDecStyles = [ "classic" ];
|
||||
|
|
Loading…
Reference in a new issue