non important commit
This commit is contained in:
parent
fc6d242d90
commit
59741c7d4d
2 changed files with 3 additions and 8 deletions
10
flake.nix
10
flake.nix
|
|
@ -13,18 +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";
|
||||
};
|
||||
|
||||
floatc = {
|
||||
url = "git+https://git.stribrny.org/max_ag/floating-calculator";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -43,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;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
thunderbird
|
||||
obs-studio
|
||||
|
||||
kdePackages.dolphin
|
||||
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue