use upstream hyprland and greetd

This commit is contained in:
Tristan 2023-04-17 11:21:33 +01:00
parent 5a782b0056
commit 01331f24da
10 changed files with 310 additions and 319 deletions

View file

@ -13,48 +13,40 @@
programs.git = {
enable = true;
userName = "tristan";
userEmail = "tristan@tristans.cloud";
userName = "Tristan Beedell";
userEmail = "tristan.beedell@cryoserver.com";
aliases = {
graph = "log --oneline --all --graph";
amend = "commit --amend --no-edit";
};
};
accounts.email.accounts."tristan@tristans.cloud" = {
notmuch.enable = true;
neomutt.enable = true;
mbsync.enable = true;
mbsync.create = "maildir";
userName = "tristan@tristans.cloud";
realName = "Tristan";
address = "tristan@tristans.cloud";
accounts.email.accounts."tristan.beedell@cryoserver.com" = {
userName = "tristan.beedell@cryoserver.com";
realName = "Tristan Beedell";
address = "tristan.beedell@cryoserver.com";
primary = true;
passwordCommand = "rbw get privateemail";
smtp = {
host = "mail.privateemail.com";
port = 465;
tls.enable = true;
};
imap = {
host = "mail.privateemail.com";
port = 993;
tls.enable = true;
};
programs.waybar.settings.mainBar = {
modules-right = ["battery"];
battery = {
format = "{icon} {capacity}%";
format-icons = ["🤏" "🪫" "🔋"];
states = {
warning = 30;
critical = 15;
};
};
};
programs.notmuch.enable = true;
programs.neomutt = {
enable = true;
vimKeys = true;
sort = "reverse-date";
sidebar.enable = true;
};
programs.mbsync.enable = true;
services.mbsync.enable = true;
home.file.".config/hypr/hyprland.conf" = {
source = ./config/hypr.conf;
wayland.windowManager.hyprland = {
extraConfig = ''
monitor = ,preferred,auto, 1.2
input {
kb_variant = dvorak
}
'';
};
}