nix: cleaned up

This commit is contained in:
biscuit
2025-05-15 13:50:58 -05:00
parent 5ffe2fe09f
commit 64237058a2
6 changed files with 3 additions and 82 deletions
+1 -7
View File
@@ -1,11 +1,5 @@
{ pkgs, ... }: {
# home.packages = [
# pkgs.hyprland
# ];
# programs.hyprland = {
# enable = true;
# };
hyprland.enable = true;
home.file.".config/hypr/hyprland.conf" = {
source = builtins.toPath ./hyprland.conf;