formating
This commit is contained in:
parent
fd344846f1
commit
77c458ff10
3 changed files with 6 additions and 9 deletions
|
|
@ -12,13 +12,13 @@
|
|||
# nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
# nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
nixpkgs-zoom.url = "github:NixOS/nixpkgs/06031e8a5d9d5293c725a50acf01242193635022";
|
||||
nixpkgs-zoom.url =
|
||||
"github:NixOS/nixpkgs/06031e8a5d9d5293c725a50acf01242193635022";
|
||||
# nixpkgs-zoom.url = "github:NixOS/nixpkgs/79077930a404da8b7cd7ecf2fe05e8a80347e340";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, nix,
|
||||
nixpkgs-stable,
|
||||
nixos-hardware, home-manager, catppuccin, colmena, ... }:
|
||||
outputs = inputs@{ self, nixpkgs, nix, nixpkgs-stable, nixos-hardware
|
||||
, home-manager, catppuccin, colmena, ... }:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
lib = nixpkgs.lib // home-manager.lib;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue