This commit is contained in:
Tyler Mayoff 2025-06-24 14:11:38 -04:00
parent 436a3913e7
commit ad9c7413a3
7 changed files with 14 additions and 445 deletions

View file

@ -1,6 +1,5 @@
{pkgs, ...}: {
imports = [
# ../../home/stylix.nix
../../home/common.nix
../../home/kitty.nix

View file

@ -6,7 +6,6 @@
}: {
imports = [
# Include the results of the hardware scan.
../../home/stylix.nix
./hardware-configuration.nix
];

View file

@ -1,15 +1,9 @@
{pkgs, ...}: {
imports = [
# ../../home/stylix.nix
../../home/common.nix
../../home/darkman.nix
# ../../home/waybar/mechabar
# ../../home/sway
# ../../home/hyprland
../../home/home-backup.nix
../../home/gui.nix
@ -24,7 +18,6 @@
packages = with pkgs; [
nom
# (config.lib.nixGL.wrap renderdoc)
];
stateVersion = "23.11";