Consolidate btop into cli file

This commit is contained in:
Katherina Walshe-Grey 2024-06-06 00:33:34 +01:00
parent 8f3b17df2b
commit daeb0198df
4 changed files with 2 additions and 7 deletions

View file

@ -1,5 +0,0 @@
{ config, lib, pkgs, ... }:
{
programs.btop.enable = true;
}

View file

@ -9,4 +9,6 @@
cowsay cowsay
lolcat lolcat
]; ];
programs.btop.enable = true;
} }

View file

@ -3,7 +3,6 @@
{ {
home-manager.users.qenya = { pkgs, ... }: { home-manager.users.qenya = { pkgs, ... }: {
imports = [ imports = [
../../home/btop.nix
../../home/cli.nix ../../home/cli.nix
../../home/firefox.nix ../../home/firefox.nix
../../home/gnome ../../home/gnome

View file

@ -3,7 +3,6 @@
{ {
home-manager.users.qenya = { pkgs, ... }: { home-manager.users.qenya = { pkgs, ... }: {
imports = [ imports = [
../../home/btop.nix
../../home/cli.nix ../../home/cli.nix
]; ];