Worked on hyprland.conf
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
user,
|
||||
inputs,
|
||||
flakeRoot,
|
||||
...
|
||||
}:
|
||||
let
|
||||
hyprlandConf = builtins.readFile (flakeRoot + "/assets/hyprland/conf/hyprland.conf");
|
||||
in
|
||||
{
|
||||
# Nix settings to use Hyprland's cache for packages
|
||||
nix.settings = {
|
||||
@@ -15,9 +26,6 @@
|
||||
|
||||
# Hyprland-specific Home Manager configurations
|
||||
home-manager.users.${user.username} = {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = { };
|
||||
};
|
||||
xdg.configFile."hypr/hyprland.conf".text = hyprlandConf;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user