Skip to content

Commit

Permalink
feat(xmonad): changed xmonad version from unstable to from source flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jul 21, 2024
1 parent 8e07170 commit 66d1163
Show file tree
Hide file tree
Showing 6 changed files with 244 additions and 1,350 deletions.
217 changes: 216 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
nixvim.url = "github:nix-community/nixvim/nixos-24.05";
honkai-railway-grub-theme.url = "github:voidlhf/StarRailGrubThemes";
catppuccin.url = "github:catppuccin/nix";
xmonad-contrib.url = "github:xmonad/xmonad-contrib";
};

outputs = { self, nixpkgs, home-manager, ... }@inputs:
let
system = "x86_64-linux";

wittanoOverlay = _: _: privateRepo;

overlays = import ./overlays.nix { inherit lib inputs; };
mkPkgs = p:
import p {
inherit system;

config.allowUnfree = true;
overlays = [ wittanoOverlay ];
overlays = overlays.systemOverlays;
};

pkgs = mkPkgs inputs.nixpkgs;
Expand Down Expand Up @@ -123,7 +123,7 @@
in
normalHosts // devHosts;

overlays.default = wittanoOverlay;
overlays.default = overlays.overlay;
devShells.${pkgs.system} = devShells;
packages.${system} = privateRepo;
templates = builtins.listToAttrs templates;
Expand Down
Loading

0 comments on commit 66d1163

Please sign in to comment.