ugh
This commit is contained in:
parent
4e82b684e5
commit
23fb30893d
@ -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
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user