mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 16:39:42 -04:00
added hyprland wm module
This commit is contained in:
parent
89ea429204
commit
50482446d4
17 changed files with 741 additions and 46 deletions
|
|
@ -1,9 +0,0 @@
|
|||
''
|
||||
case $- in
|
||||
*i*)
|
||||
if [ -z "$DISPLAY" ] && [ -z "$TMUX" ]; then
|
||||
exec tmux
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
''
|
||||
|
|
@ -12,10 +12,6 @@ let
|
|||
in
|
||||
{ options.modules.user.tmux = { enable = mkEnableOption "Enable tmux module"; };
|
||||
config = mkIf cfg.enable {
|
||||
programs.bash = mkIf (!wm.enable) {
|
||||
profileExtra = import ./config/shellHook.nix;
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
newSession = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue