wip
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
pkgs.hyprland
|
||||
];
|
||||
# home.packages = [
|
||||
# pkgs.hyprland
|
||||
# ];
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
# programs.hyprland = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
home.file."./config/hyprland.conf" = {
|
||||
source = "./custom/hyprland.conf";
|
||||
home.file.".config/hypr/hyprland.conf" = {
|
||||
source = builtins.toPath ./hyprland.conf;
|
||||
force = true;
|
||||
};
|
||||
|
||||
# home.file.".config/hypr/hyprland" = {
|
||||
# source = builtins.toPath ./custom;
|
||||
# recursive = true;
|
||||
# force = true;
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user