Consolidate btop into cli file
This commit is contained in:
parent
8f3b17df2b
commit
daeb0198df
|
@ -1,5 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.btop.enable = true;
|
||||
}
|
|
@ -9,4 +9,6 @@
|
|||
cowsay
|
||||
lolcat
|
||||
];
|
||||
|
||||
programs.btop.enable = true;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
home-manager.users.qenya = { pkgs, ... }: {
|
||||
imports = [
|
||||
../../home/btop.nix
|
||||
../../home/cli.nix
|
||||
../../home/firefox.nix
|
||||
../../home/gnome
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
home-manager.users.qenya = { pkgs, ... }: {
|
||||
imports = [
|
||||
../../home/btop.nix
|
||||
../../home/cli.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue