Hyprland configs, adding mount points for other hard drives, adjusting btrfs subvolume use.
This commit is contained in:
11
modules/nixos/desktops/hyprland.nix
Normal file
11
modules/nixos/desktops/hyprland.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
#Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user