mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
formatting and updates
This commit is contained in:
parent
3a2d061875
commit
89c992c0d9
6 changed files with 25 additions and 23 deletions
|
@ -6,11 +6,12 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.url = github:Mic92/sops-nix;
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
awesome-config.url=github:therealr5/awesome-config;
|
||||
nix-colors.url=github:Misterio77/nix-colors;
|
||||
awesome-config.url = github:therealr5/awesome-config;
|
||||
nix-colors.url = github:Misterio77/nix-colors;
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, sops-nix, awesome-config, nix-colors }: {
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
|
||||
nixosConfigurations = {
|
||||
thinkpad = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue