nix-dotfiles/home/gunalx/full.nix

25 lines
294 B
Nix

{ pkgs, lib, ... }:
{
imports = [
./base.nix
./code.nix
./sway.nix
./colors.nix
#./stylix.nix
#inputs.nix-colors.homeManagerModules.default
];
home.packages = with pkgs; [
firefox
gimp
dconf
feh
ripgrep
eza
bottom
killall
];
}