Compare commits

..

No commits in common. "98a77d86ee529c54c99049692473c22f629d9edb" and "198bd3778223fe46af32bdf60a7aa0b5564a9076" have entirely different histories.

7 changed files with 2 additions and 37 deletions

View File

@ -43,7 +43,9 @@
webcord
obsidian
libsForQt5.kdenlive
floorp
komikku
librewolf
blender
inkscape
];

View File

@ -14,7 +14,6 @@ in
enable = true;
clean.enable = true;
clean.extraArgs = "--keep 10";
programs.nh.clean.dates = "hourly";
flake = "/home/smayzy/nix-config";
};
};

View File

@ -2,7 +2,5 @@
{
imports = [
./firefox.nix
./floorp.nix
./librewolf.nix
];
}

View File

@ -1,15 +0,0 @@
{ lib, config, pkgs, ... }:
let
inherit (lib) mkIf mkOption types;
in
{
options.smayzy.floorp.enable = mkOption {
type = types.bool;
default = false;
description = "floorp";
};
config = mkIf config.smayzy.floorp.enable {
environment.systemPackages = with pkgs; [ floorp ];
};
}

View File

@ -1,15 +0,0 @@
{ lib, config, pkgs, ... }:
let
inherit (lib) mkIf mkOption types;
in
{
options.smayzy.librewolf.enable = mkOption {
type = types.bool;
default = false;
description = "librewolf";
};
config = mkIf config.smayzy.librewolf.enable {
environment.systemPackages = with pkgs; [ librewolf ];
};
}

View File

@ -15,8 +15,6 @@ in
steam.enable = true;
prism.enable = true;
firefox.enable = true;
floorp.enable = true;
librewolf.enable = true;
stylix.enable = true;
audio.enable = true;
};

View File

@ -15,8 +15,6 @@ in
grub-on-lap.enable = true;
prism.enable = true;
firefox.enable = true;
librewolf.enable = true;
floorp.enable = true;
stylix.enable = true;
audio.enable = true;
};