diff --git a/home-manager/dots/bash.nix b/home-manager/dots/bash.nix index 1998cf2..7550b1a 100644 --- a/home-manager/dots/bash.nix +++ b/home-manager/dots/bash.nix @@ -5,9 +5,9 @@ enable = true; text = '' [[ -f ~/.bashrc ]] && . ~/.bashrc - if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then - exec river - fi + #if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then + # exec river + #fi ''; }; ".bash_logout" = { diff --git a/nixos/collections/dev.nix b/nixos/collections/dev.nix index 30ed925..35f2059 100644 --- a/nixos/collections/dev.nix +++ b/nixos/collections/dev.nix @@ -10,6 +10,6 @@ cargo go just - rust + rustc ]; } diff --git a/nixos/wayland.nix b/nixos/wayland.nix index e5527d8..66518fe 100644 --- a/nixos/wayland.nix +++ b/nixos/wayland.nix @@ -22,6 +22,13 @@ ]; }; }; + services = { + cage = { + enable = true; + program = "${pkgs.foot}/bin/foot" + user = "${user.name}"; + }; + }; programs = { river = { enable = true;