Dev #2

Merged
poslop merged 31 commits from dev into master 2026-07-23 12:48:53 -05:00
4 changed files with 1 additions and 6 deletions
Showing only changes of commit 5cd20d6a35 - Show all commits
-1
View File
@@ -8,7 +8,6 @@
./packages ./packages
./timezone.nix ./timezone.nix
./nix.nix ./nix.nix
./pipewire.nix
./program.nix ./program.nix
./user.nix ./user.nix
./ssh.nix ./ssh.nix
-5
View File
@@ -5,11 +5,6 @@
neovim neovim
git git
# c++
clang
lld
llvmPackages.bintools
# lua # lua
stylua stylua
lua-language-server lua-language-server
+1
View File
@@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./hyprland ./hyprland
./pipewire.nix
./packages.nix ./packages.nix
./fonts.nix ./fonts.nix
]; ];