new packages; switched nixos to 24.05

This commit is contained in:
Random936 2024-06-10 19:19:41 -07:00
parent bd74ca2a70
commit 5d71b93aac
2 changed files with 12 additions and 8 deletions

View File

@ -4,10 +4,15 @@
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
# Utilities # Nix specific utilities
tmux
btop
manix manix
nix-tree
# Utilities
jq
tmux
ncdu
btop
p7zip p7zip
ripgrep ripgrep
fastfetch fastfetch

View File

@ -72,10 +72,10 @@
}; };
# Configure keymap in X11 # Configure keymap in X11
services.xserver = { services.xserver.xkb = {
layout = "us"; layout = "us";
xkbVariant = ""; variant = "";
xkbOptions = "caps:escape"; options = "caps:escape";
}; };
# Enable CUPS to print documents. # Enable CUPS to print documents.
@ -105,8 +105,7 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile.
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
git git