more hyprland setup

This commit is contained in:
Kyler Olsen 2025-05-07 17:41:28 -06:00
parent 3446cc2781
commit f5c44390df
3 changed files with 22 additions and 8 deletions

View File

@ -1,6 +1,11 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports =
[
./hyprland.nix
];
home.username = "kyler"; home.username = "kyler";
home.homeDirectory = "/home/kyler"; home.homeDirectory = "/home/kyler";

14
home/hyprland.nix Normal file
View File

@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
wl-clipboard
];
wayland.windowManager.hyprland = {
enable = true;
settings = {
};
};
}

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: { config, pkgs, ... }:
{ {
@ -10,15 +10,10 @@
xdg.portal.enable = true; xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
hardware = { hardware.graphics.enable = true;
opengl.enable = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(waybar.overrideAttrs (oldAttrs: { waybar
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
})
)
dunst dunst
libnotify libnotify
kitty kitty