Try and fix hyfetch and add zjstatus
This commit is contained in:
parent
814440e96a
commit
0e554116db
4 changed files with 139 additions and 10 deletions
|
@ -59,6 +59,8 @@
|
|||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
zjstatus.url = "github:dj95/zjstatus";
|
||||
|
||||
# Fix for steam cursor not being visible under wayland
|
||||
|
||||
# Add any other flake you might need
|
||||
|
@ -88,6 +90,7 @@
|
|||
sops-nix,
|
||||
simple-nixos-mailserver,
|
||||
plasma-manager,
|
||||
zjstatus,
|
||||
# linger,
|
||||
# pihole,
|
||||
lanzaboote,
|
||||
|
@ -126,7 +129,7 @@
|
|||
homeManagerModules = import ./modules/home-manager;
|
||||
|
||||
# Your custom packages and modifications, exported as overlays
|
||||
overlays = import ./overlays {inherit inputs;};
|
||||
overlays = import ./overlays {inherit inputs zjstatus;};
|
||||
|
||||
# NixOS configuration entrypoint
|
||||
# Available through 'nixos-rebuild --flake .#your-hostname'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue