summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 9 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 9a03c0f..049c4c3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,12 +45,12 @@
# 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";
- # };
+ 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";
@@ -145,6 +145,9 @@
};
nix-alien.url = "github:thiagokokada/nix-alien";
+ # this is good!!
+ nix-alien.url = "github:thiagokokada/nix-alien";
+
# quickshell = {
# # remove ?ref=v0.1.0 to track the master branch
# url = "git+https://git.outfoxxed.me/outfoxxed/quickshell?ref=v0.1.0";