new packages; switched nixos to 24.05
This commit is contained in:
parent
bd74ca2a70
commit
5d71b93aac
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user