configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-28 20:28:06 -04:00
parent 20ac01bf97
commit eca8865598
3 changed files with 22 additions and 28 deletions

View file

@ -1,7 +1,7 @@
IMAPAccount emenel-fastmail
Host imap.fastmail.com
User matt@emenel.ca
PassCmd "security find-generic-password -s mu4e-mattemenel-fastmail -a matt@emenel.ca -w"
PassCmd "rbw get mu4e-fastmail"
Port 993
TLSType IMAPS
AuthMechs Login
@ -29,7 +29,7 @@ SyncState *
IMAPAccount admin-studyoftime
Host imap.dreamhost.com
User admin@studyoftime.org
PassCmd "security find-generic-password -s mu4e-studyoftime -w"
PassCmd "rbw get admin@studyoftime"
Port 993
TLSType IMAPS
AuthMechs Login

View file

@ -19,6 +19,11 @@
figlet
ffmpeg
rlwrap
pinentry
unrar
unzip
zip
htop
mesa
usbutils
@ -34,6 +39,7 @@
janet
jpm
python3
python311Packages.pip
sbcl
nodejs_18
platformio-core
@ -59,8 +65,11 @@
fishPlugins.autopair
via
bitwarden-cli
bitwarden-desktop
#bitwarden-cli
#bitwarden-desktop
goldenwarden
rbw
#bws
tailscale
protonplus
gnomeExtensions.just-perfection

View file

@ -143,12 +143,8 @@
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
#jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
jack.enable = true;
wireplumber.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
@ -218,17 +214,10 @@
};
};
programs.steam.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
# };
# List services that you want to enable:
programs.steam = {
enable = true;
extraCompatPackages = [ pkgs.proton-ge-bin ];
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;
@ -241,12 +230,8 @@
# Or disable the firewall altogether.
# networking.firewall.enable = false;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.05"; # Did you read the comment?
#do not change
system.stateVersion = "24.05";
}