nixpkgs-format all files
This commit is contained in:
parent
342b29f73c
commit
6f64608b0b
15 changed files with 50 additions and 38 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
base = {
|
||||
{
|
||||
home-manager.users.moritz = {
|
||||
|
||||
services.picom = {
|
||||
enable = true;
|
||||
inactiveOpacity = "0.90";
|
||||
|
|
@ -48,4 +49,4 @@ let
|
|||
'';
|
||||
};
|
||||
};
|
||||
in { home-manager.users.moritz = { ... }: (base); }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue