libkookie: base: fix syntax errors

wip/yesman
Katharina Fey 3 years ago
parent ec73a5b5ea
commit d541499ed4
  1. 2
      infra/libkookie/configuration/base/default.nix
  2. 34
      infra/libkookie/configuration/base/shell/default.nix

@ -4,5 +4,5 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = [ ./fish ./git ./shell ] imports = [ ./fish ./git ./shell ];
} }

@ -13,22 +13,20 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home-manager.users.spacekookie = { ... }: { home.packages = with pkgs; [
home.packages = with pkgs; [ bat
bat curl
curl fzf
fzf htop
htop kakoune # used to have a vim-type editor everywhere
kakoune # used to have a vim-type editor everywhere moreutils
moreutils pciutils
pciutils pv
pv ripgrep
ripgrep skim
skim tmux
tmux tree
tree usbutils
usbutils wget
wget ];
];
};
} }

Loading…
Cancel
Save