Compare commits
2 Commits
978e7b4b62
...
5f2eedbc53
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f2eedbc53 | |||
| 9285f2f3ef |
15
flake.nix
15
flake.nix
@ -16,8 +16,10 @@
|
|||||||
|
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware"; #To Provide Framework13 hardware modules
|
nixos-hardware.url = "github:NixOS/nixos-hardware"; #To Provide Framework13 hardware modules
|
||||||
|
|
||||||
home-manager.url = "github:nix-community/home-manager/master";
|
home-manager = {
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
url = "github:nix-community/home-manager/master";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
plasma-manager = {
|
plasma-manager = {
|
||||||
url = "github:nix-community/plasma-manager";
|
url = "github:nix-community/plasma-manager";
|
||||||
@ -25,9 +27,10 @@
|
|||||||
inputs.home-manager.follows = "home-manager";
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
|
|
||||||
#stylix.url = "github:nix-community/stylix/";
|
stylix = {
|
||||||
stylix.url = "github:nix-community/stylix/master"; #Had to use branch or it would not build corrently
|
url = "github:nix-community/stylix/master"; #Had to use branch or it would not build corrently
|
||||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
quickshell = {
|
quickshell = {
|
||||||
url = "github:outfoxxed/quickshell";
|
url = "github:outfoxxed/quickshell";
|
||||||
@ -41,7 +44,7 @@
|
|||||||
|
|
||||||
nixvim = {
|
nixvim = {
|
||||||
url = "github:nix-community/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 = {
|
alejandra = {
|
||||||
|
|||||||
Reference in New Issue
Block a user