init commit, ly, i3, polybar, neovim, alacritty, NixOS Flakes + Home-Manager

This commit is contained in:
2026-07-16 00:05:44 -06:00
commit d1e1c5b60c
34 changed files with 1395 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
{ config, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
acpi
alacritty
btop
dconf
dunst
fastfetch
firefox
git
github-cli
gnome-keyring
google-chrome
libnotify
mypy
networkmanagerapplet
nitrogen
pasystray
picom
polkit_gnome
pulseaudioFull
tldr
tmux
unrar
unzip
vim
wget
xclip
];
programs.firefox.enable = true;
programs.thunar.enable = true;
}