summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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";
};
};