treewide: use a more proper structure

This commit is contained in:
EdenQwQ 2025-03-21 19:01:18 +08:00
parent 31145354fb
commit 7f7f5df90d
23 changed files with 282 additions and 293 deletions

View file

@ -1,9 +1,6 @@
{ pkgs, ... }:
let
swhkd = pkgs.callPackage ../../pkgs/swhkd.nix { };
in
{
environment.systemPackages = [
swhkd
pkgs.swhkd
];
}