Merge branch 'main' of https://git.cyperpunk.de/DerGrumpf/nix-config
This commit is contained in:
commit
230ccd8e3b
@ -1,6 +1,7 @@
|
|||||||
{ pkgs, ...}: {
|
{ pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./kitty.nix # Terminal
|
./kitty.nix # Terminal
|
||||||
|
./hyprland.nix
|
||||||
./hypridle.nix
|
./hypridle.nix
|
||||||
./hyprlock.nix
|
./hyprlock.nix
|
||||||
./hyprpaper.nix
|
./hyprpaper.nix
|
||||||
|
@ -45,9 +45,6 @@ in
|
|||||||
"xdg-desktop-autostart.target"
|
"xdg-desktop-autostart.target"
|
||||||
];
|
];
|
||||||
|
|
||||||
# You might want to set environment variables for Wayland
|
|
||||||
wayland.displayProtocols = [ "wayland" "x11" ];
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
inherit package;
|
inherit package;
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user