+17
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user