Install hyprland
This commit is contained in:
parent
7146080ba3
commit
e1486bd0a7
@ -33,7 +33,7 @@
|
||||
ferdium
|
||||
git
|
||||
gh
|
||||
alacritty
|
||||
kitty
|
||||
vscode-fhs
|
||||
|
||||
# School
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
./hardware/ssd/ssd.nix
|
||||
./gaming.nix
|
||||
./nh.nix
|
||||
./hyprland.nix
|
||||
];
|
||||
|
||||
swapDevices = [{
|
||||
|
||||
8
modules/nixos/alienware/hyprland.nix
Normal file
8
modules/nixos/alienware/hyprland.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user