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