Removed darwin config; Added unstable systems to config

This commit is contained in:
Random936
2025-11-16 11:58:30 -05:00
parent ad8b141bfc
commit e0d337d56e
9 changed files with 69 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, user, ... }: {
{ user, ... }: {
home = {
username = "${user}";
@@ -8,7 +8,6 @@
imports = [
./shared.nix
./modules/utils.nix
./modules/linux-only-utils.nix
./modules/networking.nix
./modules/neovim.nix
./modules/tmux.nix