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, ... }:
{
imports = [ ./fish ./git ./shell ]
imports = [ ./fish ./git ./shell ];
}

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

Loading…
Cancel
Save