flake: update. worf: update yabai. home: clean up packages

This commit is contained in:
2024-03-18 18:08:43 +01:00
parent 1eed30d7d5
commit d64042dd80
10 changed files with 61 additions and 85 deletions

View File

@@ -1,12 +1,5 @@
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [
bat
bottom
ncdu
neofetch
];
imports = [
./../../home/base.nix
];

View File

@@ -1,11 +1,5 @@
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [
bat
bottom
ncdu
neofetch
];
imports = [
./../../home/base.nix

View File

@@ -1,11 +1,6 @@
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [
bat
bottom
mumble
ncdu
neofetch
nix-index
];

View File

@@ -1,12 +1,5 @@
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [
bat
bottom
ncdu
neofetch
];
imports = [
./../../home/base.nix
];

View File

@@ -44,6 +44,7 @@
# System packages for all users
environment = {
systemPackages = with pkgs; [
eza
findutils
gnugrep
jq

View File

@@ -18,19 +18,14 @@
ripes
spotify
bat
borgbackup
bottom
cocoapods
gnutar
ncdu
neofetch
nix-index
nodejs
pinentry
rbw
tldr
eza
zellij
pandoc

View File

@@ -5,7 +5,7 @@ let
in {
services.yabai = {
enable = true;
package = pkgs.yabai;
package = pkgs.unstable.yabai;
enableScriptingAddition = true;
config = {
layout = "bsp";