aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2023-08-29 05:05:22 +0000
committerspl3g <spleefer6@yandex.ru>2023-08-29 05:05:22 +0000
commit429bf12cd70405d6ea18d14fe9d384a6458ae99d (patch)
tree89ffa15e8cef8f22ed279b574fb8c86fc3b8d10f /flake.nix
parent72e82deb5536a88b6438a708b3e825029f621d14 (diff)
thats a lot of changes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index aa9ef49..616a63c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,12 +18,8 @@
url = github:/nix-community/NUR;
inputs.nixpkgs.follows = "nixpkgs";
};
- # TODO: Add any other flake you might need
- # hardware.url = "github:nixos/nixos-hardware";
- # Shameless plug: looking for a way to nixify your themes and make
- # everything match nicely? Try nix-colors!
- # nix-colors.url = "github:misterio77/nix-colors";
+ emacs-overlay.url = "github:nix-community/emacs-overlay";
};
outputs = { self, nixpkgs, home-manager, nur, ... }@inputs:
@@ -38,8 +34,6 @@
];
in
rec {
- # Your custom packages
- # Acessible through 'nix build', 'nix shell', etc
packages = forAllSystems (system:
let pkgs = nixpkgs.legacyPackages.${system};
in import ./pkgs { inherit pkgs; }