about summary refs log tree commit diff
path: root/modules/keyd-qol.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-15 15:36:12 +0900
committersefidel <contact@sefidel.net>2023-11-15 15:44:38 +0900
commit72f0a54a965fd47ec6bbd21fc73ec266dd3f32ca (patch)
tree79f5bade39ea234dba481a06ef0aa1b1ebda1874 /modules/keyd-qol.nix
parent5d96ab1ac84b8e084ab991b1b88d9e2ad66c8ec5 (diff)
downloadnixrc-72f0a54a965fd47ec6bbd21fc73ec266dd3f32ca.tar.gz
nixrc-72f0a54a965fd47ec6bbd21fc73ec266dd3f32ca.zip
feat(flake): nixpkgs2211 -> nixpkgs2305
Diffstat (limited to 'modules/keyd-qol.nix')
-rw-r--r--modules/keyd-qol.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/keyd-qol.nix b/modules/keyd-qol.nix
index e163286..2f720d7 100644
--- a/modules/keyd-qol.nix
+++ b/modules/keyd-qol.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, unstable, unstable-small, nixpkgs-2211, lib, ... }:
+{ config, pkgs, unstable, unstable-small, lib, ... }:
 
 {
   options.services.keyd-qol.enable = lib.mkEnableOption "keyd service for quality-of-life improvements";