remove niri again

This commit is contained in:
twoneis 2023-12-19 16:50:27 +01:00
parent c5a9f23634
commit 873abf7e2d
2 changed files with 1 additions and 8 deletions

View file

@ -18,14 +18,9 @@
nur = {
url = "github:nix-community/nur";
};
niri = {
url = "github:twoneis/niri/nixify";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { nixpkgs, home-manager, nixos-hardware, nur, niri, ... }:
outputs = { nixpkgs, home-manager, nixos-hardware, nur, ... }:
let
x86 = "x86_64-linux";
common = ./modules/system;
@ -42,7 +37,6 @@
home-manager.nixosModules.home-manager {
nixpkgs.overlays = [
niri.overlay
nur.overlay
];
home-manager = {

View file

@ -5,7 +5,6 @@
{ pkgs, ... }: {
imports = [
../gnome
../niri
../virt
];