config
This commit is contained in:
parent
a9d4ce0f50
commit
1d803ad57e
3 changed files with 16 additions and 69 deletions
10
flake.nix
10
flake.nix
|
@ -13,10 +13,11 @@
|
|||
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak"; # unstable branch. Use github:gmodena/nix-flatpak/?ref=<tag> to pin releases.
|
||||
|
||||
affinity-nix = {
|
||||
url = "github:mrshmllow/affinity-nix/main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# affinity-nix = {
|
||||
# url = "github:mrshmllow/affinity-nix/main";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# flake = true;
|
||||
# };
|
||||
|
||||
kmonad = {
|
||||
url = "git+https://github.com/kmonad/kmonad?submodules=1&dir=nix";
|
||||
|
@ -48,7 +49,6 @@
|
|||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
modules = [
|
||||
nix-flatpak.homeManagerModules.nix-flatpak
|
||||
#nixos-hardware
|
||||
./home/home.nix
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue