This commit is contained in:
2024-09-12 18:44:32 +02:00
19 changed files with 147 additions and 26 deletions

View File

@@ -11,11 +11,19 @@
};
programs.bash = {
enable = false;
};
programs.zsh = {
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
};
programs.starship = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}

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

@@ -7,6 +7,7 @@
noto-fonts
fira-code
font-awesome
dejavu_fonts
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
];
}

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"
];
env = lib.mkIf (config.host == "xv-desktop") [

View File

@@ -70,7 +70,7 @@
"warning" = 30;
"critical" = 15;
};
"format" = "{icon} {capacity}%";
"format" = "{icon} {capacity}%";
"format-icons" = [ "" "" "" "" "" ];
};
"pulseaudio" = {
@@ -93,8 +93,8 @@
"network" = {
"interface" = "wlan0";
"format" = "{ifname}";
"format-wifi" = " {essid}";
"format-ethernet" = "󰊗 {ipaddr}/{cidr}";
"format-wifi" = " {essid}";
"format-ethernet" = "󰊗 {ipaddr}/{cidr}";
"format-disconnected" = "";
"tooltip-format" = "{ifname} via {gwaddr}";
"tooltip-format-wifi" = "{essid} ({signalStrength}%)";
@@ -107,7 +107,7 @@
style = ''
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: DejaVuSansM Nerd Font;
font-family: DejaVuSans, FontAwesome6Free;
}
#workspaces,#window,#clock,#battery,#tray,#pulseaudio,#network {

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";