diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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"; |
