Compare commits
No commits in common. "88b5ca00e20ff44ae515632e194a24a8c3ad180f" and "593610bba7a4e639f695fd748103919180e34240" have entirely different histories.
88b5ca00e2
...
593610bba7
1 changed files with 9 additions and 14 deletions
|
@ -81,7 +81,6 @@
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.xserver.libinput.enable = true;
|
# services.xserver.libinput.enable = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.settings.auto-optimise-store = true;
|
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
# programs.nix-ld.libraries = with pkgs; [
|
# programs.nix-ld.libraries = with pkgs; [
|
||||||
|
@ -94,23 +93,11 @@
|
||||||
description = "Zynh Ludwig";
|
description = "Zynh Ludwig";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
fish
|
|
||||||
ripgrep
|
|
||||||
lazygit
|
|
||||||
unzip
|
|
||||||
fzf
|
|
||||||
tree
|
|
||||||
|
|
||||||
git-credential-oauth
|
|
||||||
|
|
||||||
rustup
|
rustup
|
||||||
neovim
|
neovim
|
||||||
tree-sitter
|
tree-sitter
|
||||||
|
|
||||||
firefox
|
|
||||||
brave
|
|
||||||
gparted
|
gparted
|
||||||
|
fish
|
||||||
gnumake
|
gnumake
|
||||||
zig
|
zig
|
||||||
go
|
go
|
||||||
|
@ -118,13 +105,21 @@
|
||||||
xclip
|
xclip
|
||||||
python3
|
python3
|
||||||
wezterm
|
wezterm
|
||||||
|
firefox
|
||||||
|
fzf
|
||||||
|
tree
|
||||||
|
lazygit
|
||||||
|
ripgrep
|
||||||
nodejs_21
|
nodejs_21
|
||||||
dotnet-sdk_8
|
dotnet-sdk_8
|
||||||
|
unzip
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
lua-language-server
|
||||||
stylua
|
stylua
|
||||||
steam
|
steam
|
||||||
spotify
|
spotify
|
||||||
discord
|
discord
|
||||||
|
git-credential-oauth
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue