From cd08309515bce3796777f4b20efffd379b9fabcc Mon Sep 17 00:00:00 2001 From: bee Date: Fri, 1 May 2026 23:45:21 +0530 Subject: Homecoming --- flake.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a9730db..fddbce2 100644 --- a/flake.nix +++ b/flake.nix @@ -10,11 +10,9 @@ inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; - # nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - beeVim.url = "git+https://codeberg.org/brustybee/beeVim"; - # beeVim.url = "git+file:/home/bee/beeVim"; - beeVim.inputs.nixpkgs.follows = "nixpkgs"; + nix-doom-emacs-unstraightened.url = "github:marienz/nix-doom-emacs-unstraightened"; + nix-doom-emacs-unstraightened.inputs.nixpkgs.follows = ""; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; @@ -32,13 +30,12 @@ inputs.nixpkgs.follows = "nixpkgs"; }; mydwm = { - # url = "git+https://codeberg.org/brustybee/mydwm"; - url = "git+file:/home/bee/mydwm"; + url = "git+https://codeberg.org/brustybee/mydwm"; + # url = "git+file:/home/bee/mydwm"; inputs.nixpkgs.follows = "nixpkgs"; }; - dms = { - url = "github:AvengeMedia/DankMaterialShell/stable"; + url = "github:AvengeMedia/DankMaterialShell"; inputs.nixpkgs.follows = "nixpkgs"; }; }; -- cgit v1.3.1