feat: chrome

This commit is contained in:
2025-08-14 13:08:23 +09:00
parent 8c70aabc23
commit 49612dc297
4 changed files with 21 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ in
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.allen = { users.users.allen = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" "wireshark" ]; # Enable sudo for the user.
shell = pkgs.fish; shell = pkgs.fish;
home = "/home/allen"; home = "/home/allen";
packages = with pkgs; [ tree ]; packages = with pkgs; [ tree ];
@@ -70,6 +70,7 @@ in
users.groups.libvirtd.members = [ "allen" ]; users.groups.libvirtd.members = [ "allen" ];
programs.firefox.enable = true; programs.firefox.enable = true;
programs.wireshark.enable = true;
# List packages installed in system profile. # List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options). # You can use https://search.nixos.org/ to find more packages (and options).

View File

@@ -4,8 +4,8 @@
with pkgs; [ with pkgs; [
radare2 radare2
python311Full (python3.withPackages (python-pkgs: with python-pkgs; [ jupyter-client ]))
gdb # gdb
lldb lldb
tokio-console tokio-console
iaito iaito
@@ -47,5 +47,6 @@ with pkgs; [
haskellPackages.cabal-install haskellPackages.cabal-install
haskellPackages.haskell-language-server haskellPackages.haskell-language-server
haskellPackages.zlib haskellPackages.zlib
bpf-linker
zlib.dev zlib.dev
] ]

View File

@@ -3,11 +3,21 @@
{ pkgs, ... }: { pkgs, ... }:
with pkgs; [ with pkgs; [
zathura
google-chrome
speed-cloudflare-cli
libreoffice libreoffice
waybar waybar
hyprsome hyprsome
gns3-gui
gns3-server
nwg-look nwg-look
slack
wl-clipboard wl-clipboard
lazygit
qbittorrent
gmsh
paraview
xorg.xcursorgen xorg.xcursorgen
imagemagick imagemagick
icoutils icoutils

View File

@@ -48,6 +48,12 @@ with pkgs; [
lm_sensors lm_sensors
ethtool ethtool
pciutils pciutils
graphviz
mpi
usbutils usbutils
gpick gpick
bridge-utils
cudaPackages.cudatoolkit
] ]