mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
nix fmt
This commit is contained in:
parent
e5d143c66a
commit
95a482b961
|
@ -94,6 +94,8 @@ in {
|
||||||
editor = config.ar.home.apps.zed.package;
|
editor = config.ar.home.apps.zed.package;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mpd.enable = true;
|
||||||
|
|
||||||
theme = {
|
theme = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wallpaper = "${config.xdg.dataHome}/backgrounds/wallhaven-3led2d.jpg";
|
wallpaper = "${config.xdg.dataHome}/backgrounds/wallhaven-3led2d.jpg";
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
|
sway.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.aly = {
|
users.aly = {
|
||||||
|
|
Loading…
Reference in a new issue