rework desktop and programs aspects

This commit is contained in:
William 2026-02-15 14:58:37 -03:00
parent 5d1b54c8bf
commit 4e78805bda
14 changed files with 307 additions and 527 deletions

View file

@ -3,13 +3,18 @@
{
flake.modules = {
nixos.cli =
{ ... }:
{ pkgs, ... }:
{
imports = with inputs.self.modules.nixos; [
btop
helix
tmux
];
environment.systemPackages = with pkgs; [
p7zip
rclone
];
};
homeManager.cli =
{ ... }: