This commit is contained in:
iFargle 2023-08-14 21:53:14 +09:00
parent 31acd23e06
commit 34e9add3b7
2 changed files with 7 additions and 14 deletions

View file

@ -1,13 +1,8 @@
{ ... }: { { ... }: {
home.file = {
wayland.windowManager.hyprland = { "~/.config/hpyr/hyprland.conf" = {
enable = true; enable = true;
enableNvidiaPatches = true; text = "
systemdIntegration = true;
xwayland.enable = true;
xwayland.hidpi = true;
extraConfig = "
# This is an example Hyprland config file. # This is an example Hyprland config file.
# #
# Refer to the wiki for more information. # Refer to the wiki for more information.
@ -176,11 +171,8 @@
# Start the config: # Start the config:
exec-once=bash ~/.config/hypr/start.sh exec-once=bash ~/.config/hypr/start.sh
"; ";
}; };
home.file = {
# Set the custom launcher script # Set the custom launcher script
"~/.config/hypr/start.sh" = { "~/.config/hypr/start.sh" = {
enable = true; enable = true;

View file

@ -2,6 +2,7 @@
home.stateVersion = "23.05"; home.stateVersion = "23.05";
imports = [ imports = [
# ../../hosts/${hostname}/desktops/gnome-dconf.nix # ../../hosts/${hostname}/desktops/gnome-dconf.nix
../../hosts/${hostname}/desktops/hyprland-conf.nix
../../home-manager/git.nix ../../home-manager/git.nix
../../home-manager/neovim.nix ../../home-manager/neovim.nix
../../home-manager/bash.nix ../../home-manager/bash.nix