Add breeze theme and dolphin

This commit is contained in:
outfoxxed 2023-06-25 20:29:03 -07:00
parent 91339cb16b
commit f0444011cb
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
9 changed files with 319 additions and 3 deletions

View file

@ -1,4 +1,11 @@
{ pkgs, ... }: {
imports = [
./core
./theme
./overlay-pkgs
./user
];
programs.dconf.enable = true;
services.cpupower-gui.enable = true;