style(flake): format
This commit is contained in:
parent
84b61e63a7
commit
f4c4444a25
1 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
flatpaks.url = "github:gmodena/nix-flatpak/main";
|
||||
anyrun.url = "github:anyrun-org/anyrun";
|
||||
anyrun.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -19,7 +17,6 @@
|
|||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
# home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.users.ahurac.imports = [
|
||||
flatpaks.homeManagerModules.nix-flatpak
|
||||
anyrun.homeManagerModules.default
|
||||
|
@ -37,7 +34,6 @@
|
|||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
# home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.users.ahurac.imports = [
|
||||
flatpaks.homeManagerModules.nix-flatpak
|
||||
anyrun.homeManagerModules.default
|
||||
|
|
Loading…
Reference in a new issue