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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user