mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat(home): add btop on host vps and y2q
- Added btop.nix on vps and y2q - Moved btop.nix from home/modules/graphical/ to home/modules/cli/ - Removed some unnecessary modules from y2q
This commit is contained in:
parent
2ade554397
commit
5b8f3930c2
3 changed files with 8 additions and 8 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
../modules/cli/sops.nix
|
../modules/cli/sops.nix
|
||||||
../modules/cli/yazi.nix
|
../modules/cli/yazi.nix
|
||||||
../modules/cli/zsh.nix
|
../modules/cli/zsh.nix
|
||||||
|
../modules/cli/btop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
||||||
|
|
@ -3,14 +3,13 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixvim.homeModules.nixvim
|
inputs.nixvim.homeModules.nixvim
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
|
||||||
] ++ (
|
../modules/cli/git.nix
|
||||||
let
|
../modules/cli/ripgrep.nix
|
||||||
modulesPath = ../modules;
|
../modules/cli/btop.nix
|
||||||
cliModules = builtins.attrNames (builtins.readDir (modulesPath + "/cli/"));
|
../modules/cli/yazi.nix
|
||||||
in
|
../modules/cli/nixvim
|
||||||
map (module: modulesPath + "/cli/${module}") cliModules
|
];
|
||||||
);
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "android";
|
username = "android";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue