diff --git a/flake.nix b/flake.nix index 38ad737..61e51bc 100644 --- a/flake.nix +++ b/flake.nix @@ -33,11 +33,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - niri = { - url = "github:sodiboo/niri-flake"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # secret-config = { # url = "git+ssh://git@code.muhh.lol/muhh/nix-config-secret.git"; # flake = true; @@ -52,7 +47,6 @@ sops-nix, stylix, nixvim, - niri, # secret-config, ... } @ inputs: let @@ -68,12 +62,6 @@ ./hosts/cube.nix lix-module.nixosModules.default sops-nix.nixosModules.sops - niri.nixosModules.niri - # { - # environment.systemPackages = [ - # secret-config.packages.${system}.default - # ]; - # } ]; }; muhhStar = lib.nixosSystem { @@ -98,8 +86,6 @@ nixvim.homeManagerModules.nixvim sops-nix.homeManagerModules.sops stylix.homeManagerModules.stylix - niri.homeModules.niri - niri.homeModules.stylix ./home.nix ]; }; diff --git a/home.nix b/home.nix index c504ba2..b4b64f6 100644 --- a/home.nix +++ b/home.nix @@ -1,5 +1,10 @@ { config, pkgs, lib, ... }: { + imports = [ + modules/gnome + modules/sway + ]; + home = { username = "muhh"; homeDirectory = "/home/muhh"; @@ -283,15 +288,6 @@ highlight feedlist "^─.*$" color142 color234 bold ''; }; - niri = { - enable = true; - # settings = { - # environment = { - # "NIXOS_OZONE_WL" = "1"; - # "QT_QPA_PLATFORM" = "wayland"; - # }; - # }; - }; nixvim = { enable = true; defaultEditor = true;