[feat] Add catppuccin theme getter

This commit is contained in:
uttarayan21
2024-03-04 04:01:14 +05:30
parent b590e705b5
commit 1d8361356e
9 changed files with 120 additions and 103 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, device, nur, ... }: {
{ pkgs, device, nur, inputs, ... }: {
imports = [
../common/firefox.nix
../linux/hyprland.nix
@@ -7,6 +7,9 @@
../linux/ironbar
../linux/foot.nix
];
services.kdeconnect.enable = true;
systemd.user.services.spotify-player = {
Install = { WantedBy = [ "graphical-session.target" ]; };
Unit = {