non important commit
This commit is contained in:
parent
2919f7f171
commit
59cc687ac9
2 changed files with 3 additions and 12 deletions
14
flake.nix
14
flake.nix
|
|
@ -13,22 +13,17 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
zen-browser = {
|
||||
url = "github:youwen5/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
dolphin-overlay = {
|
||||
url = "github:rumboon/dolphin-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hexecute = {
|
||||
url = "github:ThatOtherAndrew/Hexecute";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
floatc = {
|
||||
url = "git+https://git.stribrny.org/max_ag/floating-calculator";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -47,9 +42,6 @@
|
|||
./configuration/${device-name}/hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
{
|
||||
nixpkgs.overlays = [inputs.dolphin-overlay.overlays.default];
|
||||
}
|
||||
{
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue