configuring
This commit is contained in:
parent
20ac01bf97
commit
eca8865598
3 changed files with 22 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
||||||
IMAPAccount emenel-fastmail
|
IMAPAccount emenel-fastmail
|
||||||
Host imap.fastmail.com
|
Host imap.fastmail.com
|
||||||
User matt@emenel.ca
|
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
|
Port 993
|
||||||
TLSType IMAPS
|
TLSType IMAPS
|
||||||
AuthMechs Login
|
AuthMechs Login
|
||||||
|
@ -29,7 +29,7 @@ SyncState *
|
||||||
IMAPAccount admin-studyoftime
|
IMAPAccount admin-studyoftime
|
||||||
Host imap.dreamhost.com
|
Host imap.dreamhost.com
|
||||||
User admin@studyoftime.org
|
User admin@studyoftime.org
|
||||||
PassCmd "security find-generic-password -s mu4e-studyoftime -w"
|
PassCmd "rbw get admin@studyoftime"
|
||||||
Port 993
|
Port 993
|
||||||
TLSType IMAPS
|
TLSType IMAPS
|
||||||
AuthMechs Login
|
AuthMechs Login
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
figlet
|
figlet
|
||||||
ffmpeg
|
ffmpeg
|
||||||
rlwrap
|
rlwrap
|
||||||
|
pinentry
|
||||||
|
unrar
|
||||||
|
unzip
|
||||||
|
zip
|
||||||
|
htop
|
||||||
|
|
||||||
mesa
|
mesa
|
||||||
usbutils
|
usbutils
|
||||||
|
@ -34,6 +39,7 @@
|
||||||
janet
|
janet
|
||||||
jpm
|
jpm
|
||||||
python3
|
python3
|
||||||
|
python311Packages.pip
|
||||||
sbcl
|
sbcl
|
||||||
nodejs_18
|
nodejs_18
|
||||||
platformio-core
|
platformio-core
|
||||||
|
@ -59,8 +65,11 @@
|
||||||
fishPlugins.autopair
|
fishPlugins.autopair
|
||||||
|
|
||||||
via
|
via
|
||||||
bitwarden-cli
|
#bitwarden-cli
|
||||||
bitwarden-desktop
|
#bitwarden-desktop
|
||||||
|
goldenwarden
|
||||||
|
rbw
|
||||||
|
#bws
|
||||||
tailscale
|
tailscale
|
||||||
protonplus
|
protonplus
|
||||||
gnomeExtensions.just-perfection
|
gnomeExtensions.just-perfection
|
||||||
|
|
|
@ -143,12 +143,8 @@
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
# If you want to use JACK applications, uncomment this
|
jack.enable = true;
|
||||||
#jack.enable = true;
|
wireplumber.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;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
|
@ -218,17 +214,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
extraCompatPackages = [ pkgs.proton-ge-bin ];
|
||||||
# started in user sessions.
|
};
|
||||||
# programs.mtr.enable = true;
|
|
||||||
# programs.gnupg.agent = {
|
|
||||||
# enable = true;
|
|
||||||
# enableSSHSupport = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
# List services that you want to enable:
|
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
@ -241,12 +230,8 @@
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
|
||||||
# settings for stateful data, like file locations and database versions
|
#do not change
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
system.stateVersion = "24.05";
|
||||||
# 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?
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue