mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: fuck alejandra
This commit is contained in:
parent
b6a40c8225
commit
b07db5670d
7 changed files with 88 additions and 168 deletions
19
flake.nix
19
flake.nix
|
@ -4,7 +4,8 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
|
||||
url =
|
||||
"https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-parts = {
|
||||
|
@ -15,9 +16,7 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
ghostty = {
|
||||
url = "github:ghostty-org/ghostty";
|
||||
};
|
||||
ghostty = { url = "github:ghostty-org/ghostty"; };
|
||||
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
edgedb = {
|
||||
url = "github:edgedb/packages-nix";
|
||||
|
@ -74,15 +73,9 @@
|
|||
};
|
||||
|
||||
outputs = inputs:
|
||||
inputs.flake-parts.lib.mkFlake
|
||||
{
|
||||
inherit
|
||||
inputs
|
||||
;
|
||||
}
|
||||
{
|
||||
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
imports = [
|
||||
# inputs.pre-commit-hooks-nix.flakeModule
|
||||
inputs.pre-commit-hooks-nix.flakeModule
|
||||
./home
|
||||
./lib
|
||||
./nixos
|
||||
|
@ -90,7 +83,7 @@
|
|||
./config
|
||||
];
|
||||
|
||||
flake = {config, ...}: {
|
||||
flake = { config, ... }: {
|
||||
nixosConfigurations = {
|
||||
desktop = inputs.self.lib.mkLinuxSystem [
|
||||
./systems/desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue