mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Home-manager changes
This commit is contained in:
parent
7fb466dc87
commit
d5b113ec48
1 changed files with 7 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue