mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
f4de386eb1
commit
7036a39268
1 changed files with 8 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
home.homeDirectory = "/home/aly";
|
||||
xresources.properties = {
|
||||
"Xcursor.size" = 16;
|
||||
"Xft.dpi" = 150;
|
||||
"Xft.dpi" = 300;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
gnome-tweaks obs-studio rpi-imager google-cloud-sdk
|
||||
|
@ -17,12 +17,15 @@
|
|||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles.default.extensions = {
|
||||
profiles.default = {
|
||||
settings.extensions.autoDisableScopes = 0;
|
||||
extensions = {
|
||||
packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin bitwarden darkreader indie-wiki-buddy sponsorblock
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue