Merge
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -7,6 +7,7 @@
|
||||
noto-fonts
|
||||
fira-code
|
||||
font-awesome
|
||||
dejavu_fonts
|
||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||
];
|
||||
}
|
||||
|
@@ -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") [
|
||||
|
@@ -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 {
|
||||
|
@@ -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