Switch to hyprland flake
This commit is contained in:
6
hosts/common/cachix.nix
Normal file
6
hosts/common/cachix.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
nix.settings = {
|
||||
substituters = [ "https://hyprland.cachix.org" ];
|
||||
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
|
||||
};
|
||||
}
|
5
hosts/common/default.nix
Normal file
5
hosts/common/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ inputs, self, pks, ... }: {
|
||||
imports = [
|
||||
./cachix.nix
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user