summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix23
1 files changed, 22 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 85a7535..1a1a8bd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,7 +12,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
-
+ home-manager = {
+ url = "github:nix-community/home-manager";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
nixos-hardware.url = "github:nixos/nixos-hardware/master";
#secure book
@@ -28,6 +31,24 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ niri = {
+ url = "github:sodiboo/niri-flake";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+ dgop = {
+ url = "github:AvengeMedia/dgop";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+ dms-cli = {
+ url = "github:AvengeMedia/danklinux";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+ dankMaterialShell = {
+ url = "github:AvengeMedia/DankMaterialShell";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.dgop.follows = "dgop";
+ inputs.dms-cli.follows = "dms-cli";
+ };
# claude-desktop = {
# url = "git:file:/home/y/code/nix/claude-desktop-linux-flake";
# inputs.nixpkgs.follows = "nixpkgs";