flake: update. worf: update yabai. home: clean up packages
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
ncdu
|
||||
neofetch
|
||||
];
|
||||
|
||||
imports = [
|
||||
./../../home/base.nix
|
||||
];
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
ncdu
|
||||
neofetch
|
||||
];
|
||||
|
||||
imports = [
|
||||
./../../home/base.nix
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
mumble
|
||||
ncdu
|
||||
neofetch
|
||||
nix-index
|
||||
];
|
||||
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
ncdu
|
||||
neofetch
|
||||
];
|
||||
|
||||
imports = [
|
||||
./../../home/base.nix
|
||||
];
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
# System packages for all users
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
eza
|
||||
findutils
|
||||
gnugrep
|
||||
jq
|
||||
|
||||
@@ -18,19 +18,14 @@
|
||||
ripes
|
||||
spotify
|
||||
|
||||
bat
|
||||
borgbackup
|
||||
bottom
|
||||
cocoapods
|
||||
gnutar
|
||||
ncdu
|
||||
neofetch
|
||||
nix-index
|
||||
nodejs
|
||||
pinentry
|
||||
rbw
|
||||
tldr
|
||||
eza
|
||||
zellij
|
||||
|
||||
pandoc
|
||||
|
||||
@@ -5,7 +5,7 @@ let
|
||||
in {
|
||||
services.yabai = {
|
||||
enable = true;
|
||||
package = pkgs.yabai;
|
||||
package = pkgs.unstable.yabai;
|
||||
enableScriptingAddition = true;
|
||||
config = {
|
||||
layout = "bsp";
|
||||
|
||||
Reference in New Issue
Block a user