Home-manager changes

This commit is contained in:
Patrick Menking 2024-09-17 15:52:45 -04:00
parent 7fb466dc87
commit d5b113ec48

View file

@ -1,8 +1,11 @@
{config, inputs, pkgs, lib, ...}: {
username = "crow";
homeDirectory = "/home/crow";
file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable {
source = ./hyprland.conf;
home = {
username = "crow";
homeDirectory = "/home/crow";
file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable {
source = ./hyprland.conf;
};
};
xdg = {