diff --git a/hosts/i001/flake.nix b/hosts/i001/flake.nix index a4dfe366..f2c7aa00 100644 --- a/hosts/i001/flake.nix +++ b/hosts/i001/flake.nix @@ -3,9 +3,11 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; home-manager.url = "github:rycee/home-manager/release-25.11"; + # common.url = "path:../../../../flakes/common"; common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common"; # de_plasma.url = "path:../../../../flakes/de_plasma"; - # de_plasma.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/de_plasma"; + de_plasma.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/de_plasma"; + ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim"; # impermanence.url = "github:nix-community/impermanence"; @@ -36,18 +38,18 @@ inputs.home-manager.nixosModules.default inputs.ros_neovim.nixosModules.default - # ({ - # ringofstorms-nvim.includeAllRuntimeDependencies = true; - # }) + ({ + ringofstorms-nvim.includeAllRuntimeDependencies = true; + }) - # inputs.de_plasma.nixosModules.default - # ({ - # ringofstorms.dePlasma = { - # enable = true; - # gpu.intel.enable = true; - # sddm.autologinUser = "luser"; - # }; - # }) + inputs.de_plasma.nixosModules.default + ({ + ringofstorms.dePlasma = { + enable = true; + gpu.intel.enable = true; + sddm.autologinUser = "luser"; + }; + }) inputs.common.nixosModules.essentials inputs.common.nixosModules.git