Minor updates and got all systems to build!
This commit is contained in:
@@ -24,7 +24,7 @@ in {
|
||||
userSettings.spawnBrowser = lib.mkMerge [
|
||||
(lib.mkIf ((browser == "brave") || (browser == "librewolf")) browser)
|
||||
(lib.mkIf (!(config.userSettings.hyprland.hyprprofiles.enable) && (browser == "qutebrowser")) "qutebrowser --qt-flag ignore-gpu-blacklist --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag enable-accelerated-2d-canvas --qt-flag num-raster-threads=4")
|
||||
(lib.mkIf config.userSettings.hyprland.hyprprofiles.enable "qutebrowser-hyprprofile")
|
||||
(lib.mkIf (config.userSettings.hyprland.hyprprofiles.enable && (browser == "qutebrowser")) "qutebrowser-hyprprofile")
|
||||
(lib.mkIf (browser == null) "")
|
||||
];
|
||||
};
|
||||
|
@@ -13,7 +13,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = lib.mkIf cfg.enable {
|
||||
userSettings.alacritty.enable = true;
|
||||
userSettings.kitty.enable = true;
|
||||
userSettings.japanese.enable = true;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{config, lib, pkgs, ...}:
|
||||
{config, lib, pkgs, inputs, ...}:
|
||||
let
|
||||
cfg = config.userSettings.plasma;
|
||||
in {
|
||||
@@ -8,6 +8,8 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.plasma = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user