Updates
This commit is contained in:
parent
61cbd6ebb7
commit
910a1cdb54
4 changed files with 14 additions and 2 deletions
|
@ -49,6 +49,8 @@
|
|||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
# Steam Deck configs for NixOS
|
||||
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||
# Status line for Zellij
|
||||
zjstatus.url = "github:dj95/zjstatus";
|
||||
};
|
||||
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, jovian, ... } @inputs:
|
||||
let
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
gtk.enable = true;
|
||||
|
||||
# Disable tmux on Hyprland
|
||||
# Disable tmux/zellij on Hyprland
|
||||
programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
||||
programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
|
||||
|
||||
|
|
|
@ -18,5 +18,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
sops.secrets.atuin_key.sopsFile = ../../../../secrets/secrets.yaml;
|
||||
sops.secrets.atuin_key = {
|
||||
sopsFile = ../../../../secrets/secrets.yaml;
|
||||
restartUnits = [ "sops-nix.service" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,4 +25,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."zjstatus-layout-default" = {
|
||||
enable = true;
|
||||
target = "zellij/layouts/default.kdl";
|
||||
text = builtins.readFile ./zellij/layouts/default.kdl;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue