[feat] Add anyrun configs

This commit is contained in:
Uttarayan
2024-02-18 01:17:40 +05:30
parent 9823b84289
commit a20ac45bd5
2 changed files with 2 additions and 7 deletions

View File

@@ -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

View File

@@ -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;
}
];
};
})