Hyprland configs, adding mount points for other hard drives, adjusting btrfs subvolume use.

This commit is contained in:
2025-10-13 15:50:19 -05:00
parent 151ec8427e
commit 344ba2af68
7 changed files with 203 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
{ config, pkgs, inputs, ... }:
{
imports = [ ];
programs.hyprland.enable = true;
#Packages
environment.systemPackages = with pkgs; [
alacritty
];
}