Compare commits
2 Commits
593610bba7
...
88b5ca00e2
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | 88b5ca00e2 | |
Zynh Ludwig | 1a23900ae5 |
|
@ -81,6 +81,7 @@
|
|||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
# programs.nix-ld.libraries = with pkgs; [
|
||||
|
@ -93,11 +94,23 @@
|
|||
description = "Zynh Ludwig";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
fish
|
||||
ripgrep
|
||||
lazygit
|
||||
unzip
|
||||
fzf
|
||||
tree
|
||||
|
||||
git-credential-oauth
|
||||
|
||||
rustup
|
||||
neovim
|
||||
tree-sitter
|
||||
|
||||
firefox
|
||||
brave
|
||||
gparted
|
||||
fish
|
||||
|
||||
gnumake
|
||||
zig
|
||||
go
|
||||
|
@ -105,21 +118,13 @@
|
|||
xclip
|
||||
python3
|
||||
wezterm
|
||||
firefox
|
||||
fzf
|
||||
tree
|
||||
lazygit
|
||||
ripgrep
|
||||
nodejs_21
|
||||
dotnet-sdk_8
|
||||
unzip
|
||||
nixpkgs-fmt
|
||||
lua-language-server
|
||||
stylua
|
||||
steam
|
||||
spotify
|
||||
discord
|
||||
git-credential-oauth
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue