update && remove floorp & stylix && mkForce nfv theme && change kdenlive pkg name cause changed upstream
This commit is contained in:
@@ -35,7 +35,7 @@ in
|
||||
};
|
||||
theme = {
|
||||
enable = true;
|
||||
name = lib.mkDefault "dracula";
|
||||
name = lib.mkForce "dracula";
|
||||
};
|
||||
treesitter.enable = true;
|
||||
statusline.lualine.enable = true;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
{
|
||||
imports = [
|
||||
./firefox.nix
|
||||
./floorp.nix
|
||||
./librewolf.nix
|
||||
./chromium.nix
|
||||
];
|
||||
|
||||
@@ -1,20 +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 ];
|
||||
};
|
||||
}
|
||||
@@ -21,7 +21,6 @@
|
||||
./networking
|
||||
./notif
|
||||
./office
|
||||
./rice
|
||||
./shell
|
||||
./terminal
|
||||
./utilities
|
||||
|
||||
@@ -16,9 +16,7 @@ in
|
||||
steam.enable = true;
|
||||
prism.enable = true;
|
||||
firefox.enable = true;
|
||||
floorp.enable = true;
|
||||
librewolf.enable = true;
|
||||
stylix.enable = true;
|
||||
audio.enable = true;
|
||||
office.enable = true;
|
||||
element.enable = true;
|
||||
|
||||
@@ -17,8 +17,6 @@ in
|
||||
prism.enable = true;
|
||||
firefox.enable = true;
|
||||
librewolf.enable = true;
|
||||
floorp.enable = true;
|
||||
stylix.enable = true;
|
||||
audio.enable = true;
|
||||
office.enable = true;
|
||||
webcord.enable = true;
|
||||
|
||||
@@ -14,7 +14,6 @@ in
|
||||
grub.disable = true;
|
||||
base = true;
|
||||
power = "desktop";
|
||||
stylix.enable = true;
|
||||
openssh.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ in
|
||||
|
||||
config = mkIf config.smayzy.kdenlive.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
libsForQt5.kdenlive
|
||||
kdePackages.kdenlive
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./stylix.nix
|
||||
];
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
{
|
||||
options.smayzy.stylix.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "stylix";
|
||||
};
|
||||
|
||||
config = mkIf config.smayzy.stylix.enable {
|
||||
stylix.enable = true;
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
|
||||
environment.systemPackages = with pkgs; [ base16-schemes ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user