Install hyprland
This commit is contained in:
parent
7146080ba3
commit
e1486bd0a7
@ -33,7 +33,7 @@
|
|||||||
ferdium
|
ferdium
|
||||||
git
|
git
|
||||||
gh
|
gh
|
||||||
alacritty
|
kitty
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
|
|
||||||
# School
|
# School
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
./hardware/ssd/ssd.nix
|
./hardware/ssd/ssd.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
|
./hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
swapDevices = [{
|
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