Skip to content

Commit

Permalink
add hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Mar 2, 2024
1 parent 70e08ed commit b56d031
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@
./modules/nixos/desktop.nix
#./modules/nixos/gnome.nix
./modules/nixos/plasma6.nix
./modules/nixos/hyprland.nix
./modules/nixos/tailscale.nix
./profiles/personal.nix
attic.nixosModules.atticd
Expand Down
2 changes: 1 addition & 1 deletion modules/home-manager/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in
pkg,
file ? "${pkg.pname}.plugin.zsh",
}:
rec {
{
name = pkg.pname;
src = pkg.src;
inherit file;
Expand Down
5 changes: 5 additions & 0 deletions modules/nixos/hyprland.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ ... }:
{
programs.hyprland.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}
1 change: 1 addition & 0 deletions profiles/home-manager/personal.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO: move this into modules/home-manager/git.nix
{ ... }:
{
programs.git = {
Expand Down
1 change: 1 addition & 0 deletions profiles/personal.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO: move this into modules/home-manager/git.nix
{ ... }:
{
user.name = "bri";
Expand Down

0 comments on commit b56d031

Please sign in to comment.