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, ... }: {
|
{ pkgs, ... }: {
|
||||||
# kde stuff
|
# kde stuff
|
||||||
environment.systemPackages = with pkgs.kdePackages; [
|
environment.systemPackages = with pkgs; [
|
||||||
#partitionmanager
|
|
||||||
|
|
||||||
# catppuccin
|
# catppuccin
|
||||||
(pkgs.catppuccin-kde.override {
|
(catppuccin-kde.override {
|
||||||
flavour = [ "mocha" "macchiato" "frappe" "latte" ];
|
flavour = [ "mocha" "macchiato" "frappe" "latte" ];
|
||||||
accents = [ "blue" ];
|
accents = [ "blue" ];
|
||||||
winDecStyles = [ "classic" ];
|
winDecStyles = [ "classic" ];
|
||||||
|
|
Loading…
Reference in a new issue