removed email by default
parent
2ca5f13158
commit
79ee7cf551
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./rofi ./kitty.nix ./zathura.nix ./email.nix ./spotify.nix ];
|
imports = [ ./rofi ./kitty.nix ./zathura.nix ./spotify.nix ];
|
||||||
home-manager.users.moritz.home.packages = with pkgs; [
|
home-manager.users.moritz.home.packages = with pkgs; [
|
||||||
neofetch
|
neofetch
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|
Loading…
Reference in New Issue