This commit is contained in:
Evan Reichard 2025-03-27 20:45:50 -04:00
parent 4e82b684e5
commit 23fb30893d

View File

@ -1,15 +1,9 @@
{ pkgs, lib, ... }:
# let
# home-manager = builtins.fetchTarball {
# url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz";
# sha256 = "156hc11bb6xiypj65q6gzkhw1gw31dwv6dfh6rnv20hgig1sbfld";
# };
# in
{ inputs, lib, pkgs, ... }:
{
# imports = [
# "${home-manager}/nixos"
# ];
imports = [
inputs.apple-silicon.nixosModules.default
./hardware-configuration.nix
];
# Generic Config
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -77,7 +71,7 @@
vim
wget
hyprlock
hypridle
# hyprlock
# hypridle
];
}