Test
This commit is contained in:
parent
31acd23e06
commit
34e9add3b7
2 changed files with 7 additions and 14 deletions
|
@ -1,13 +1,8 @@
|
|||
{ ... }: {
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
home.file = {
|
||||
"~/.config/hpyr/hyprland.conf" = {
|
||||
enable = true;
|
||||
enableNvidiaPatches = true;
|
||||
systemdIntegration = true;
|
||||
xwayland.enable = true;
|
||||
xwayland.hidpi = true;
|
||||
|
||||
extraConfig = "
|
||||
text = "
|
||||
# This is an example Hyprland config file.
|
||||
#
|
||||
# Refer to the wiki for more information.
|
||||
|
@ -176,11 +171,8 @@
|
|||
|
||||
# Start the config:
|
||||
exec-once=bash ~/.config/hypr/start.sh
|
||||
|
||||
";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
# Set the custom launcher script
|
||||
"~/.config/hypr/start.sh" = {
|
||||
enable = true;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
home.stateVersion = "23.05";
|
||||
imports = [
|
||||
# ../../hosts/${hostname}/desktops/gnome-dconf.nix
|
||||
../../hosts/${hostname}/desktops/hyprland-conf.nix
|
||||
../../home-manager/git.nix
|
||||
../../home-manager/neovim.nix
|
||||
../../home-manager/bash.nix
|
||||
|
|
Loading…
Reference in a new issue