got nvidia propritary Drivers working{
This commit is contained in:
parent
92fea90ac6
commit
9ba38635df
9 changed files with 170 additions and 96 deletions
|
|
@ -27,7 +27,7 @@
|
|||
speccon18.hm.zsh.enable = true;
|
||||
speccon18.hm.rio.enable = false;
|
||||
speccon18.hm.ssh.enable = true;
|
||||
speccon18.hm.superfile.enable = true;
|
||||
speccon18.hm.superfile.enable = false;
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home = {
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
superfile
|
||||
#rio
|
||||
#imgcat
|
||||
|
||||
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
|
|
@ -71,7 +71,13 @@
|
|||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
POP_SMTP_HOST = "smtp.protonmail.ch";
|
||||
POP_SMTP_PORT = "587";
|
||||
POP_SMTP_USERNAME = "steven.carpenter@skdevstudios.com";
|
||||
POP_FROM = "steven.carpenter@skdevstudios.com";
|
||||
POP_SMTP_PASSWORD = "2SJ83CHLPPVQ2RLT";
|
||||
};
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through 'home.file'.
|
||||
file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue