mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
I think it's nicer to have inputs block on bottom
This commit is contained in:
parent
5c4150ce64
commit
37746eafe9
50
flake.nix
50
flake.nix
|
@ -1,31 +1,6 @@
|
||||||
{
|
{
|
||||||
description = "Flake of LibrePhoenix";
|
description = "Flake of LibrePhoenix";
|
||||||
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
|
||||||
home-manager.url = "github:nix-community/home-manager/master";
|
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
|
|
||||||
stylix.url = "github:danth/stylix";
|
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
|
||||||
eaf = {
|
|
||||||
url = "github:emacs-eaf/emacs-application-framework";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
eaf-browser = {
|
|
||||||
url = "github:emacs-eaf/eaf-browser";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
org-nursery = {
|
|
||||||
url = "github:chrisbarrett/nursery";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
blocklist-hosts = {
|
|
||||||
url = "github:StevenBlack/hosts";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, eaf, eaf-browser, org-nursery, blocklist-hosts, rust-overlay, ... }@inputs:
|
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, eaf, eaf-browser, org-nursery, blocklist-hosts, rust-overlay, ... }@inputs:
|
||||||
let
|
let
|
||||||
# --- SYSTEM SETTINGS --- #
|
# --- SYSTEM SETTINGS --- #
|
||||||
|
@ -105,4 +80,29 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||||
|
home-manager.url = "github:nix-community/home-manager/master";
|
||||||
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
|
||||||
|
stylix.url = "github:danth/stylix";
|
||||||
|
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||||
|
eaf = {
|
||||||
|
url = "github:emacs-eaf/emacs-application-framework";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
eaf-browser = {
|
||||||
|
url = "github:emacs-eaf/eaf-browser";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
org-nursery = {
|
||||||
|
url = "github:chrisbarrett/nursery";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
blocklist-hosts = {
|
||||||
|
url = "github:StevenBlack/hosts";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue