did some stuff + nix flake works

This commit is contained in:
2026-06-18 20:38:06 -05:00
parent d0f844a453
commit a8a2338388
7 changed files with 33 additions and 9 deletions
+22
View File
@@ -0,0 +1,22 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
hyprland
quickshell
hyprlock
mpvpaper
hyprsunset
hyprpicker
hyprpolkitagent
hyprshot
];
programs.hyprland.enable = true;
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
}
# Fingerprint
services.fprintd.enable = true;
}