dfg
This commit is contained in:
@@ -20,7 +20,9 @@ in
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_forward" = 1;
|
||||
};
|
||||
|
||||
#boot.loader.grub.device = "/dev/nvme1n1p1";
|
||||
boot.loader = {
|
||||
@@ -39,7 +41,6 @@ in
|
||||
|
||||
networking.hostName = "haskell"; # Define your hostname.
|
||||
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
programs.fish.enable = true;
|
||||
@@ -77,7 +78,7 @@ in
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.allen = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "podman" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "podman" "dialout" ]; # Enable ‘sudo’ for the user.
|
||||
shell = pkgs.fish;
|
||||
home = "/home/allen";
|
||||
packages = with pkgs; [ tree ];
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
set -gx PKG_CONFIG_PATH ${pkgs.openssl.dev}/lib/pkgconfig;
|
||||
set -gx KUBECONFIG $HOME/.kube/config;
|
||||
set -x NIX_DEV_SHELL_DEFAULT_SHELL (which fish)
|
||||
set -q KREW_ROOT; and set -gx PATH $PATH $KREW_ROOT/.krew/bin; or set -gx PATH $PATH $HOME/.krew/bin
|
||||
alias lg="lazygit"
|
||||
alias v="nvim"
|
||||
alias c="clear"
|
||||
|
||||
@@ -59,4 +59,5 @@ with pkgs; [
|
||||
haskellPackages.zlib
|
||||
zlib.dev
|
||||
fourmolu
|
||||
platformio
|
||||
]
|
||||
|
||||
@@ -52,4 +52,5 @@ with pkgs; [
|
||||
google-chrome
|
||||
speed-cloudflare-cli
|
||||
zathura
|
||||
gpredict
|
||||
]
|
||||
|
||||
@@ -66,4 +66,8 @@ with pkgs; [
|
||||
hyprpicker
|
||||
rtl-sdr
|
||||
openvpn
|
||||
krew
|
||||
jadx
|
||||
tre-command
|
||||
gptfdisk
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user