mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 10:16:35 +05:30
initial commit
This commit is contained in:
15
modules/hyprland/home.nix
Normal file
15
modules/hyprland/home.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# imports = [ hyprland.homeManagerModules.default ];
|
||||
|
||||
xdg.configFile = {
|
||||
"hypr".source = ./config;
|
||||
};
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
# xwayland.enable = true;
|
||||
# };
|
||||
|
||||
}
|
Reference in New Issue
Block a user