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
|
cowsay
|
||||||
lolcat
|
lolcat
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.btop.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue