chore: nix fmt
This commit is contained in:
parent
a80bd4ed3b
commit
7266fff06e
128 changed files with 3402 additions and 2013 deletions
|
@ -1,10 +1,15 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; let
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.passthrough.plasma;
|
||||
image = ../../share/54345906_p0.jpg;
|
||||
in mkIf cfg.enable {
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
programs.plasma = {
|
||||
# https://github.com/pjones/plasma-manager
|
||||
enable = true;
|
||||
|
|
|
@ -1,10 +1,15 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, plasma-manager
|
||||
, ... }: with lib; let
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
plasma-manager,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.home.plasma;
|
||||
in {
|
||||
in
|
||||
{
|
||||
options.home.plasma = {
|
||||
enable = mkEnableOption "plasma desktop and configuration";
|
||||
specialise = mkEnableOption "enable plasma in a specialisation";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue