Revert "nix: added firefox"

This reverts commit b6911bc045.
This commit is contained in:
biscuit
2025-06-11 07:04:30 -05:00
parent 2ba8639dfd
commit f4788f863e
4 changed files with 48 additions and 35 deletions
+17 -7
View File
@@ -1,6 +1,6 @@
{
hostname = "MacBook-Nix";
username = "lsoriano";
hostname = "nixos";
username = "biscuit";
timezone = "America/Chicago";
vpn = {
@@ -9,8 +9,8 @@
};
terminal = {
termFont = "JetBrainsMono Nerd Font"; # e.g., JetBrainsMono Nerd Font
termSize = "24";
termFont = "Monolisa"; # e.g., JetBrainsMono Nerd Font
termSize = "18";
termShell = "fish";
shellAliases = {
@@ -32,10 +32,20 @@
touchpadSupport = false;
# Custom Applications
linux-apps = pkgs:
with pkgs; [
delfin
linux-apps = {
gamingDesktop = true; # adds steam
my-apps = pkgs:
with pkgs; [
jellyfin-media-player
];
};
hyprconf = {
monitor = [
"DP-1,highres@highrr,0x1080,auto"
"HDMI-A-2,highres@highrr,0x0,auto"
];
};
sshExtraConfig = ''
Host macair