This commit is contained in:
albert 2024-04-29 21:01:46 +09:00
parent 61cbd6ebb7
commit 910a1cdb54
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
4 changed files with 14 additions and 2 deletions

View file

@ -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

View file

@ -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" '';

View file

@ -18,5 +18,8 @@
};
};
sops.secrets.atuin_key.sopsFile = ../../../../secrets/secrets.yaml;
sops.secrets.atuin_key = {
sopsFile = ../../../../secrets/secrets.yaml;
restartUnits = [ "sops-nix.service" ];
};
}

View file

@ -25,4 +25,11 @@
};
};
};
xdg.configFile."zjstatus-layout-default" = {
enable = true;
target = "zellij/layouts/default.kdl";
text = builtins.readFile ./zellij/layouts/default.kdl;
};
}