Merge remote-tracking branch 'origin/main' into separate-big-files
This commit is contained in:
27
flake.nix
27
flake.nix
@ -4,10 +4,22 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
nix-index-database = {
|
||||
url = "github:nix-community/nix-index-database";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
aagl = {
|
||||
url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware"; #To Provide Framework13 hardware modules
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
plasma-manager = {
|
||||
url = "github:nix-community/plasma-manager";
|
||||
@ -15,9 +27,10 @@
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
|
||||
#stylix.url = "github:nix-community/stylix/";
|
||||
stylix.url = "github:nix-community/stylix/master"; #Had to use branch or it would not build corrently
|
||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
stylix = {
|
||||
url = "github:nix-community/stylix/master"; #Had to use branch or it would not build corrently
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
quickshell = {
|
||||
url = "github:outfoxxed/quickshell";
|
||||
@ -31,7 +44,7 @@
|
||||
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
#Do not use follows here as it will throw warnings with nixvim's built-in source
|
||||
};
|
||||
|
||||
alejandra = {
|
||||
@ -62,10 +75,12 @@
|
||||
home-manager,
|
||||
plasma-manager,
|
||||
nixos-hardware,
|
||||
aagl,
|
||||
stylix,
|
||||
niri,
|
||||
grub2-themes,
|
||||
nix-flatpak,
|
||||
nix-index-database,
|
||||
...
|
||||
}: let
|
||||
username = "cookiez";
|
||||
|
||||
Reference in New Issue
Block a user