Added mpd
This commit is contained in:
parent
d9a2669577
commit
1f1a29fb7c
@ -1,7 +1,7 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../home/home_common.nix ../home/gnome.nix ../home/sway.nix ];
|
||||
imports = [ ../home/home_common.nix ../home/gnome.nix ../home/sway.nix ../home/hyprland.nix];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
@ -39,9 +39,15 @@
|
||||
services = {
|
||||
syncthing.enable = true;
|
||||
activitywatch.enable = true;
|
||||
|
||||
mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/k/Music";
|
||||
};
|
||||
emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
package = pkgs.emacs-gtk;
|
||||
};
|
||||
};
|
||||
stylix = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user