summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbee <beebeeb5k@gmail.com>2026-05-01 23:45:21 +0530
committerbee <beebeeb5k@gmail.com>2026-05-01 23:45:21 +0530
commitcd08309515bce3796777f4b20efffd379b9fabcc (patch)
tree9bc843dc067983511b31139b5c71afdd12a8e20e /flake.nix
parent1bb49481dbec223e68df4f60fa1d425525e16cff (diff)
Homecoming
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 5 insertions, 8 deletions
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";
};
};