Skip to content

Commit

Permalink
refactor(hyprland): switch to nixos release
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed May 12, 2024
1 parent 75a7e69 commit 1868e11
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 416 deletions.
3 changes: 0 additions & 3 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
cores = 6;
auto-optimise-store = true;
substituters = [
"https://hyprland.cachix.org"
"https://cache.thalheim.io"
];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc="
];
experimental-features = ["nix-command" "flakes"];
Expand Down Expand Up @@ -104,7 +102,6 @@
home-manager = {
extraSpecialArgs = {inherit pkgs lib;};
sharedModules = [
inputs.hyprland.homeManagerModules.default
inputs.nix-colors.homeManagerModule
inputs.sops-nix.homeManagerModule
];
Expand Down
Loading

0 comments on commit 1868e11

Please sign in to comment.