Dev #2

Merged
poslop merged 31 commits from dev into master 2026-07-23 12:48:53 -05:00
4 changed files with 16 additions and 8 deletions
Showing only changes of commit 99a93326b9 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@
./git.nix
./hjem.nix
./network.nix
./packages.nix
./packages
./timezone.nix
./nix.nix
./pipewire.nix
+6
View File
@@ -0,0 +1,6 @@
{
imports = [
./user.nix
./system.nix
];
}
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
zsh
];
}
@@ -1,16 +1,11 @@
{ pkgs, username, inputs, ... }:
{ pkgs, username, ... }:
{
environment.systemPackages = with pkgs; [
zsh
];
hjem.users.${username}.packages = with pkgs; [
clang
lld
nixfmt
llvmPackages.bintools
tlrc
rustc
cargo
unzip
neovim
btop