eva-02 update to 25.11
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./blink-cmp.nix
|
||||
#./blink-cmp.nix
|
||||
./glance.nix
|
||||
./illuminate.nix
|
||||
./indent-blankline.nix
|
||||
|
||||
@@ -57,7 +57,6 @@
|
||||
tor-browser
|
||||
vesktop
|
||||
vlc
|
||||
vscode
|
||||
wireshark
|
||||
yubikey-agent
|
||||
# rpi-imager
|
||||
@@ -68,14 +67,16 @@
|
||||
sdrangel
|
||||
sdrpp
|
||||
sonic-visualiser
|
||||
]
|
||||
|
||||
++ lib.optionals (hostname == "eva-02") [
|
||||
vscode
|
||||
]
|
||||
|
||||
++ lib.optionals (hostname == "eva-03") [
|
||||
++ lib.optionals (hostname == "eva-02") [
|
||||
|
||||
|
||||
]
|
||||
|
||||
++ lib.optionals (hostname == "eva-03") [
|
||||
vscode
|
||||
]);
|
||||
|
||||
# environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
# Enable Touch ID
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
system.primaryUser = "rogueking";
|
||||
programs.zsh.enable = true;
|
||||
@@ -64,7 +63,6 @@
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
#apps
|
||||
vscode
|
||||
#cli
|
||||
];
|
||||
};
|
||||
@@ -76,8 +74,10 @@
|
||||
brews = [
|
||||
"docker"
|
||||
"esptool"
|
||||
"git-lfs"
|
||||
"huggingface-cli"
|
||||
"putty"
|
||||
"tailscale"
|
||||
];
|
||||
casks = [
|
||||
"1password"
|
||||
@@ -88,6 +88,7 @@
|
||||
"ghostty"
|
||||
"imhex"
|
||||
"jellyfin-media-player"
|
||||
"jordanbaird-ice"
|
||||
"localsend"
|
||||
"melonds"
|
||||
"moonlight"
|
||||
@@ -95,6 +96,7 @@
|
||||
"signal"
|
||||
"steam"
|
||||
"vesktop"
|
||||
"visual-studio-code"
|
||||
"vlc"
|
||||
];
|
||||
};
|
||||
@@ -144,7 +146,6 @@
|
||||
openssh
|
||||
openssl
|
||||
ptunnel
|
||||
tailscale
|
||||
unzip
|
||||
vim
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user