Update git identity, Plasma shortcuts and wallpaper; remove lio hosts
This commit is contained in:
parent
9e472d4295
commit
3ed381fbe4
9 changed files with 20 additions and 322 deletions
|
|
@ -6,8 +6,6 @@
|
|||
let
|
||||
cfg = osConfig.ringofstorms.dePlasma;
|
||||
inherit (lib) mkIf optionalAttrs;
|
||||
# Get the first wallpaper from the list if available
|
||||
wallpaper = if (builtins.length cfg.wallpapers) > 0 then builtins.head cfg.wallpapers else null;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -296,8 +294,8 @@ in
|
|||
lookAndFeel = "org.kde.breezedark.desktop";
|
||||
theme = "breeze-dark";
|
||||
cursor.theme = "breeze_cursors";
|
||||
} // optionalAttrs (wallpaper != null) {
|
||||
wallpaper = wallpaper;
|
||||
} // optionalAttrs ((builtins.length cfg.wallpapers) > 0) {
|
||||
wallpaper = cfg.wallpapers;
|
||||
};
|
||||
|
||||
configFile = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue