ver
This commit is contained in:
3
home.nix
3
home.nix
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user