[general] add missing shell theme config to gnome

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-05-29 14:00:31 +02:00
parent fbba93c16a
commit ae474de92e
5 changed files with 19 additions and 32 deletions

View file

@ -21,11 +21,9 @@
hardware.url = "github:NixOS/nixos-hardware/master";
catppuccin.url = "github:catppuccin/nix";
nixpkgs-catppuccin.url = "github:isabelroses/nixpkgs/update-catppuccin";
};
outputs = { self, nixpkgs, home-manager, plasma-manager, hardware, catppuccin, nixpkgs-catppuccin, ... } @inputs:
outputs = { self, nixpkgs, home-manager, plasma-manager, hardware, catppuccin, ... } @inputs:
let
inherit (self) outputs;