mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
4b173b160a
commit
07d90cf34e
3 changed files with 62 additions and 4 deletions
14
home/aly.nix
14
home/aly.nix
|
@ -5,15 +5,25 @@
|
|||
home.homeDirectory = "/home/aly";
|
||||
xresources.properties = {
|
||||
"Xcursor.size" = 16;
|
||||
"Xft.dpi" = 172;
|
||||
"Xft.dpi" = 150;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
gnome-tweaks firefox obs-studio rpi-imager
|
||||
gnome-tweaks obs-studio rpi-imager google-cloud-sdk
|
||||
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
|
||||
gnupg btop iotop iftop strace ltrace lsof sysstat lm_sensors ethtool
|
||||
pciutils usbutils nix-output-monitor
|
||||
];
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles.default.extensions = {
|
||||
packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin bitwarden darkreader indie-wiki-buddy sponsorblock
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "alydev";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue