[feat] Add anyrun configs
This commit is contained in:
@@ -20,6 +20,7 @@ in
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
qmk
|
||||
nodejs
|
||||
nix-index
|
||||
yubikey-personalization
|
||||
@@ -33,16 +34,12 @@ in
|
||||
rustup
|
||||
cmake
|
||||
fzf
|
||||
anyrun
|
||||
clang
|
||||
ncpamixer
|
||||
neovim-nightly
|
||||
yubikey-agent
|
||||
(nerdfonts.override {fonts = ["Hasklig"];})
|
||||
mpv
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
|
||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||
# # overrides. You can do that directly here, just don't forget the
|
||||
|
||||
@@ -125,14 +125,12 @@
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
inherit device;
|
||||
};
|
||||
modules = [
|
||||
{nixpkgs.overlays = overlays;}
|
||||
./common/home.nix
|
||||
{
|
||||
nixpkgs.overlays = overlays;
|
||||
}
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user