Compare commits
No commits in common. "98a77d86ee529c54c99049692473c22f629d9edb" and "198bd3778223fe46af32bdf60a7aa0b5564a9076" have entirely different histories.
98a77d86ee
...
198bd37782
@ -43,7 +43,9 @@
|
||||
webcord
|
||||
obsidian
|
||||
libsForQt5.kdenlive
|
||||
floorp
|
||||
komikku
|
||||
librewolf
|
||||
blender
|
||||
inkscape
|
||||
];
|
||||
|
||||
@ -14,7 +14,6 @@ in
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep 10";
|
||||
programs.nh.clean.dates = "hourly";
|
||||
flake = "/home/smayzy/nix-config";
|
||||
};
|
||||
};
|
||||
|
||||
@ -2,7 +2,5 @@
|
||||
{
|
||||
imports = [
|
||||
./firefox.nix
|
||||
./floorp.nix
|
||||
./librewolf.nix
|
||||
];
|
||||
}
|
||||
|
||||
@ -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 ];
|
||||
};
|
||||
}
|
||||
@ -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 ];
|
||||
};
|
||||
}
|
||||
@ -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;
|
||||
};
|
||||
|
||||
@ -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;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user