34 current 2024-11-16 12:40:04 24.05.6463.83fb6c028368 6.6.59 *

This commit is contained in:
deadvey 2024-11-16 12:40:07 +00:00
parent 0ae5dd1c03
commit 99961a5882

View File

@ -30,18 +30,6 @@
# Enable Hyprland # Enable Hyprland
programs.hyprland.enable = true; programs.hyprland.enable = true;
# Enable firefox
programs.firefox = {
enable = true;
policies = {
DisableTelemetry = true;
DisableFirefoxStudies = true;
DontCheckDefaultBrowser = true;
DisablePocket = true;
SearchBar = "unified";
};
};
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
@ -80,14 +68,12 @@
description = "deadvey"; description = "deadvey";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [ packages = with pkgs; [
firefox
]; ];
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
firefox
neovim neovim
wget wget
git git