mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 14:24:38 -05:00
Why?
This commit is contained in:
parent
505247cf5f
commit
fc3e307d0c
3 changed files with 17 additions and 88 deletions
16
flake.nix
16
flake.nix
|
|
@ -23,17 +23,17 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
};
|
||||
|
||||
catppuccin-vsc = {
|
||||
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
||||
};
|
||||
# catppuccin-vsc = {
|
||||
# url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
||||
# };
|
||||
|
||||
solaar = {
|
||||
url = "github:Svenum/Solaar-Flake/latest";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# solaar = {
|
||||
# url = "github:Svenum/Solaar-Flake/latest";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, lix-module, solaar, ... }@inputs:
|
||||
outputs = { self, nixpkgs, lix-module, ... }@inputs:
|
||||
let
|
||||
system = "x86_64";
|
||||
globals = rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue