mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 03:07:03 -04:00
refactor terminal.nix into cli and gui
This commit is contained in:
parent
81503ad83f
commit
792458043d
7 changed files with 51 additions and 19 deletions
10
common/users/homeModules/terminal/cli.nix
Normal file
10
common/users/homeModules/terminal/cli.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
onefetch
|
||||
hyfetch
|
||||
neofetch
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue