removed talon input
This commit is contained in:
parent
39c2d5bffc
commit
59fde215be
1 changed files with 4 additions and 7 deletions
11
flake.nix
11
flake.nix
|
@ -18,14 +18,9 @@
|
||||||
nur = {
|
nur = {
|
||||||
url = "github:nix-community/nur";
|
url = "github:nix-community/nur";
|
||||||
};
|
};
|
||||||
|
|
||||||
talon-nix = {
|
|
||||||
url = "github:nix-community/talon-nix";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, home-manager, nixos-hardware, nur, talon-nix, ... }:
|
outputs = { nixpkgs, home-manager, nixos-hardware, nur, ... }:
|
||||||
let
|
let
|
||||||
x86 = "x86_64-linux";
|
x86 = "x86_64-linux";
|
||||||
common = ./modules/system;
|
common = ./modules/system;
|
||||||
|
@ -64,7 +59,9 @@
|
||||||
nixos-hardware.nixosModules.microsoft-surface-pro-intel
|
nixos-hardware.nixosModules.microsoft-surface-pro-intel
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager {
|
home-manager.nixosModules.home-manager {
|
||||||
nixpkgs.overlays = [ nur.overlay talon-nix.overlays.default ];
|
nixpkgs.overlays = [
|
||||||
|
nur.overlay
|
||||||
|
];
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue