mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
chore: update flake
This commit is contained in:
parent
2fece6e5cc
commit
3906586a95
13 changed files with 162 additions and 1242 deletions
|
@ -6,8 +6,7 @@
|
|||
}:
|
||||
lib.optionalAttrs (!minimal) {
|
||||
home = {
|
||||
packages = builtins.trace "reenable bandwhich later" (with pkgs; [
|
||||
#bandwhich
|
||||
packages = with pkgs; [
|
||||
btop
|
||||
delta
|
||||
fd
|
||||
|
@ -29,7 +28,7 @@ lib.optionalAttrs (!minimal) {
|
|||
wget
|
||||
usbutils
|
||||
pciutils
|
||||
]);
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
plugins = {
|
||||
luasnip = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
settings = {
|
||||
history = true;
|
||||
# Update dynamic snippets while typing
|
||||
updateevents = "TextChanged,TextChangedI";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue