diff options
| author | bee <beebeeb5k@gmail.com> | 2026-05-01 23:45:21 +0530 |
|---|---|---|
| committer | bee <beebeeb5k@gmail.com> | 2026-05-01 23:45:21 +0530 |
| commit | cd08309515bce3796777f4b20efffd379b9fabcc (patch) | |
| tree | 9bc843dc067983511b31139b5c71afdd12a8e20e /flake.nix | |
| parent | 1bb49481dbec223e68df4f60fa1d425525e16cff (diff) | |
Homecoming
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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"; }; }; |
