Lots of changes

This commit is contained in:
2024-09-05 19:20:03 +02:00
parent 5d25dcf186
commit 59e360139f
11 changed files with 95 additions and 27 deletions

View File

@@ -3,7 +3,6 @@
{
home.packages = with pkgs; [
unstable.devenv
unstable.surrealist
cloc
];

View File

@@ -105,8 +105,8 @@
url = "https://youtube.com";
}
{
label = "Schoolportaal";
url = "https://coenecoopcollege.sharepoint.com/";
label = "My TU Delft";
url = "https://my.tudelft.nl/";
}
];
"signon.rememberSignons" = false;

View File

@@ -2,7 +2,6 @@
{
imports = [
# ./hyprpaper.nix
./waybar.nix
./fixes.nix
./dunst.nix
@@ -19,6 +18,8 @@
nwg-bar
powertop
lxqt.lxqt-policykit
networkmanagerapplet
];
wayland.windowManager.hyprland = {
@@ -33,6 +34,8 @@
exec-once = [
"waybar"
"lxqt-policykit-agent"
"nm-applet"
"blueman-applet"
];
"$mod" = "SUPER";

View File

@@ -35,6 +35,29 @@
thunderbird.enable = true;
thunderbird.profiles = [ "default" ];
};
# tudelft = {
# imap = {
# host = "outlook.office365.com";
# port = 993;
# tls = {
# enable = true;
# };
# };
# smtp = {
# host = "smtp-a.tudelft.nl";
# port = 465;
# tls = {
# enable = true;
# useStartTls = false;
# };
# };
# address = "tboomers@tudelft.nl";
# realName = "Timo Boomers";
# userName = "tboomers@tudelft.nl";
# primary = false;
# thunderbird.enable = true;
# thunderbird.profiles = [ "default" ];
# };
xeovalyte = {
imap = {
host = "mail.xeovalyte.dev";