1

Nixos: Various cleanups

This commit is contained in:
2024-06-04 22:28:25 +02:00
parent a196102ebb
commit 5178993594
13 changed files with 346 additions and 282 deletions

View File

@ -1,19 +1,19 @@
{inputs, ...}: {
imports = [
./audio
# ./audio
./chromium
./emacs
./email
./firefox
./fish
./flatpak
./gaming
# ./flatpak
# ./gaming
./helix
./hyprland
./kitty
./misc
# ./misc
./neovim
./nextcloud
# ./nextcloud
./nnn
./ranger
./rofi

View File

@ -1,7 +1,8 @@
# Example: https://beb.ninja/post/email/
# Example: https://sbr.pm/configurations/mails.html
# TODO: Protonmail-bridge
# TODO: Change to use thunderbird only
# NOTE: The passwords must exist in kwallet
# TODO: Emacs mail config
{
config,
nixosConfig,

View File

@ -6,6 +6,7 @@
pkgs,
...
}:
# TODO: Remove this module, put protonmail into the email module
with lib;
with mylib.modules; let
cfg = config.modules.misc;

View File

@ -1,5 +1,6 @@
# Changed from https://github.com/nix-community/home-manager/blob/master/modules/services/nextcloud-client.nix
# I use this instead of the HM module as the autostart wasn't working there
# TODO: Remove this module
# TODO: Check the HM module again if anything changed, as this has also stopped working
# Nextcloud immediately crashes on start, autostart isn't working either...
{