refactor
This commit is contained in:
parent
531b178421
commit
ed9a836d2d
9 changed files with 43 additions and 52 deletions
|
@ -1,15 +1,22 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./git.nix
|
||||
./mpd.nix
|
||||
./nvim.nix
|
||||
./remarkable.nix
|
||||
./ssh.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pulsemixer
|
||||
unstable.qmk
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
mum
|
||||
pulsemixer
|
||||
unstable.qmk
|
||||
unstable.rmapi
|
||||
]
|
||||
++ [
|
||||
inputs.remarks.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue