1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

fix set keybind error.

This commit is contained in:
cashmere
2025-08-08 16:30:35 +02:00
parent 78a40d3677
commit 0f6d10ffeb
2 changed files with 127 additions and 15 deletions

View File

@@ -5,10 +5,11 @@
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
quickshell.url = "git+https://git.outfoxxed.me/quickshell/quickshell";
quickshell.inputs.nixpkgs.follows = "nixpkgs";
niri.url = "github:sodiboo/niri-flake";
# home-manager.url = "github:nix-community/home-manager";
};
outputs = { self, nixpkgs, ... }:
outputs = { self, nixpkgs, niri, ... }:
let pkgs = nixpkgs.legacyPackages.x86_64-linux;
in {
@@ -39,6 +40,8 @@
homeModules.dankMaterialShell = { config, options, pkgs, outputs, ... }:
let cfg = config.programs.dankMaterialShell;
in {
imports = [ niri.homeModules.niri ];
options.programs.dankMaterialShell = {
enable = pkgs.lib.mkEnableOption "DankMaterialShell";
enableKeybinds =