This commit is contained in:
2024-11-27 09:42:21 -06:00
parent d1f8eba241
commit 33fd7ddf72
6 changed files with 575 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
# Home Manager needs a bit of information about you and the
@@ -27,6 +27,7 @@
xdg.configFile.kitty.source = ./modules/kitty;
xdg.configFile.rofi.source = ./modules/rofi;
xdg.configFile.dunst.source = ./modules/dunst;
home.file.".cache/ags/hyprpanel/options.json".source = ./modules/hyprpanel/options.json;
services.mpd-mpris.enable = true;