diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-09 23:44:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-09 23:44:45 -0400 |
commit | 365a13de3e19c66f6bb2ffb806e8086a068ffc25 (patch) | |
tree | 5a42e6a12b06124bc9b34c77f5b85ea988759f38 /home-config/nix-home-manager/home.nix | |
parent | b64aeaac7a6316181e8cec7eb7530c08fb9eca41 (diff) |
changed hyprland build, added mouse fx, firefox changes
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 4c72beb..d2e0034 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { config, pkgs, hyprland, nixgl, wpaperd, hyprpicker-git, hyprlock, mozff, ... }: | 1 | { config, pkgs, hyprland, nixgl, wpaperd, hyprpicker-git, hyprlock, mozff, clipboard-sync, hypr-dynamic-cursors, ... }: |
2 | 2 | ||
3 | { | 3 | { |
4 | imports = [ | 4 | imports = [ |
@@ -32,7 +32,15 @@ | |||
32 | serif = [ "DejaVu Serif" ]; | 32 | serif = [ "DejaVu Serif" ]; |
33 | }; | 33 | }; |
34 | 34 | ||
35 | # wayland.windowManager.hyprland.enable = true; | 35 | wayland.windowManager.hyprland = { |
36 | enable = true; | ||
37 | package = hyprland.packages.${pkgs.system}.hyprland; | ||
38 | portalPackage = hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; | ||
39 | extraConfig = '' | ||
40 | ${builtins.readFile ../hypr/hyprland.conf} | ||
41 | ''; | ||
42 | plugins = [ hypr-dynamic-cursors.packages.${pkgs.system}.hypr-dynamic-cursors ]; | ||
43 | }; | ||
36 | 44 | ||
37 | programs.starship = { | 45 | programs.starship = { |
38 | enable = true; | 46 | enable = true; |
@@ -98,11 +106,12 @@ | |||
98 | '') | 106 | '') |
99 | 107 | ||
100 | # Flakes specific things defined in flake.nix | 108 | # Flakes specific things defined in flake.nix |
101 | hyprland.packages.${pkgs.system}.default | 109 | #hyprland.packages.${pkgs.system}.default |
102 | hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland | 110 | #hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland |
103 | nixgl.packages.${pkgs.system}.nixGLIntel | 111 | nixgl.packages.${pkgs.system}.nixGLIntel |
104 | wpaperd.packages.${pkgs.system}.wpaperd | 112 | wpaperd.packages.${pkgs.system}.wpaperd |
105 | hyprpicker-git.packages.${pkgs.system}.hyprpicker | 113 | hyprpicker-git.packages.${pkgs.system}.hyprpicker |
114 | clipboard-sync.packages.${pkgs.system}.default | ||
106 | 115 | ||
107 | # Fonts! | 116 | # Fonts! |
108 | noto-fonts | 117 | noto-fonts |