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;
home.packages = with pkgs; [
# Utilities
tmux
btop
# Nix specific utilities
manix
nix-tree
# Utilities
jq
tmux
ncdu
btop
p7zip
ripgrep
fastfetch

View File

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