formatting
This commit is contained in:
parent
407bf46d5d
commit
c12eaad5f0
6 changed files with 17 additions and 44 deletions
|
|
@ -1,17 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./dunst
|
||||
./diskstation
|
||||
./emacs
|
||||
./agenix.nix
|
||||
./picom.nix
|
||||
];
|
||||
imports = [ ./dunst ./diskstation ./emacs ./agenix.nix ./picom.nix ];
|
||||
|
||||
home-manager.users.moritz.services = {
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
home-manager.users.moritz.services = { kdeconnect.enable = true; };
|
||||
|
||||
services = {
|
||||
printing.enable = true;
|
||||
|
|
|
|||
|
|
@ -4,13 +4,8 @@ let
|
|||
base = {
|
||||
xdg = {
|
||||
enable = true;
|
||||
configFile."dunt/dunstrc" = {
|
||||
source = ./dunstrc;
|
||||
};
|
||||
configFile."dunt/dunstrc" = { source = ./dunstrc; };
|
||||
};
|
||||
services.dunst.enable = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
home-manager.users.moritz = { ... }: (base);
|
||||
}
|
||||
in { home-manager.users.moritz = { ... }: (base); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue