Lots of changes
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
unstable.devenv
|
||||
unstable.surrealist
|
||||
cloc
|
||||
];
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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";
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user