mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
fish 4.0; use comic code; add swhkd
This commit is contained in:
parent
03adcc38d4
commit
5e51149369
14 changed files with 125 additions and 8 deletions
|
|
@ -4,5 +4,6 @@
|
|||
./doas.nix
|
||||
./niri.nix
|
||||
./ai.nix
|
||||
./swhkd.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
18
os/programs/swhkd.nix
Normal file
18
os/programs/swhkd.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
swhkd = import ../../pkgs/swhkd/swhkd.nix {
|
||||
inherit (pkgs)
|
||||
lib
|
||||
rustPlatform
|
||||
fetchFromGitHub
|
||||
makeWrapper
|
||||
pkg-config
|
||||
;
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
swhkd
|
||||
];
|
||||
systemd.packages = [ swhkd ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue