This commit is contained in:
alydev 2025-09-25 15:00:11 +10:00
parent 84661d3f37
commit 0b204ac349
2 changed files with 16 additions and 15 deletions

View file

@ -3,28 +3,28 @@
{ {
home.username = "aly"; home.username = "aly";
home.homeDirectory = "/home/aly"; home.homeDirectory = "/home/aly";
xresources.properties = { # xresources.properties = {
"Xcursor.size" = 16; # "Xcursor.size" = 16;
"Xft.dpi" = 300; # "Xft.dpi" = 300;
}; # };
home.packages = with pkgs; [ home.packages = with pkgs; [
gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic # gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic
neofetch nnn zip xz unzip p7zip ripgrep jq yq-go mtr iperf3 dnsutils neofetch nnn zip xz unzip p7zip ripgrep jq yq-go mtr iperf3 dnsutils
ldns aria2 socat nmap ipcalc file which tree gnused gnutar gawk zstd ldns aria2 socat nmap ipcalc file which tree gnused gnutar gawk zstd
gnupg btop iotop iftop strace ltrace lsof sysstat lm_sensors ethtool gnupg btop iotop iftop strace ltrace lsof sysstat lm_sensors ethtool
pciutils usbutils nix-output-monitor pciutils usbutils nix-output-monitor
]; ];
programs.firefox = { # programs.firefox = {
enable = true; # enable = true;
profiles.default = { # profiles.default = {
extensions = { # extensions = {
packages = with pkgs.nur.repos.rycee.firefox-addons; [ # packages = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin bitwarden darkreader indie-wiki-buddy sponsorblock # ublock-origin bitwarden darkreader indie-wiki-buddy sponsorblock
]; # ];
}; # };
}; # };
}; # };
programs.git = { programs.git = {
enable = true; enable = true;

View file

@ -1,4 +1,5 @@
({ config, pkgs, ... }: { ({ config, pkgs, ... }: {
networking.hostName = "aly-server";
system.stateVersion = "25.05"; system.stateVersion = "25.05";
virtualisation.hypervGuest.enable = true; virtualisation.hypervGuest.enable = true;
boot.blacklistedKernelModules = [ "hyperv_fb" ]; boot.blacklistedKernelModules = [ "hyperv_fb" ];