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