feat: finally got hyprland working

This commit is contained in:
Nick 2025-02-03 02:00:27 -06:00
parent 17ea540427
commit c8e774a0ca
12 changed files with 66 additions and 13 deletions

View file

@ -7,6 +7,7 @@ with pkgs.vscode-extensions;
esbenp.prettier-vscode
haskell.haskell
james-yu.latex-workshop
bbenoist.nix
# jnoortheen.nix-ide
mattn.lisp
mkhl.direnv

View file

@ -21,8 +21,9 @@ in
"pactl set-default-sink bluez_output.00_16_94_35_0D_5F.1"
"pactl set-default-source alsa_input.usb-Focusrite_Scarlett_2i2_USB_Y818KFJ0C671CE-00.HiFi__Mic1__source"
"bluetoothctl power on"
"gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'"
"gsettings set org.gnome.desktop.interface cursor-theme 'catppuccin-mocha-dark-cursors'"
"gsettings set org.gnome.desktop.interface cursor-size ${builtins.toString cursor.size}"
"systemctl --user import-environment PATH"
"systemctl --user restart xdg-desktop-portal.service"
# "systemctl --user import-environment PATH"
# "systemctl --user restart xdg-desktop-portal.service"
]

View file

@ -1,7 +1,7 @@
{
focus_on_activate = 1;
force_default_wallpaper = 0;
# disable_hyprland_logo = true;
# disable_splash_rendering = true;
# disable_hyprland_qtutils_check = true;
disable_hyprland_logo = true;
disable_splash_rendering = true;
disable_hyprland_qtutils_check = true;
}

View file

@ -61,7 +61,6 @@ let
];
pinWindows = builtins.map (x: "pin, " + x) [
"title:^${bitwarden}$"
"title:^${picture}$"
"title:^${discord-popout}$"
];

View file

@ -29,7 +29,14 @@ in
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd.enable = false;
systemd = {
enable = true;
enableXdgAutostart = true;
extraCommands = [
"systemctl --user stop hyprland-session.target"
"systemctl --user start hyprland-session.target"
];
};
settings = configImports;
};
}

View file

@ -12,6 +12,7 @@ in
{
programs.waybar = {
enable = true;
package = flake.inputs.waybar.packages.${pkgs.system}.default;
settings = settingsPath;
style = stylePath;
};

View file

@ -3,7 +3,7 @@
enable = true;
settings = {
"default" = {
path = "~/Files/Projects/dotfiles/home/modules/gui/desktop/wpaperd/wallpaper";
path = "~/Files/Projects/dotfiles/home/modules/gui/desktop/hypr/wpaperd/wallpaper";
apply-shadow = true;
duration = "1m";
sorting = "random";