Compare commits
No commits in common. "12fa3004b466307b4ec0e50a80fb886d6d400250" and "8f3b17df2b87137e0f62cd87a1b02d5836d301c5" have entirely different histories.
12fa3004b4
...
8f3b17df2b
5
home/btop.nix
Normal file
5
home/btop.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.btop.enable = true;
|
||||
}
|
|
@ -9,6 +9,4 @@
|
|||
cowsay
|
||||
lolcat
|
||||
];
|
||||
|
||||
programs.btop.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.en_GB-ise
|
||||
];
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
{
|
||||
home-manager.users.qenya = { pkgs, ... }: {
|
||||
imports = [
|
||||
../../home/btop.nix
|
||||
../../home/cli.nix
|
||||
../../home/firefox.nix
|
||||
../../home/gnome
|
||||
../../home/libreoffice.nix
|
||||
../../home/vscode.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
home-manager.users.qenya = { pkgs, ... }: {
|
||||
imports = [
|
||||
../../home/btop.nix
|
||||
../../home/cli.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue