ugh
This commit is contained in:
parent
4e82b684e5
commit
23fb30893d
@ -1,15 +1,9 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ inputs, lib, pkgs, ... }:
|
||||||
|
|
||||||
# let
|
|
||||||
# home-manager = builtins.fetchTarball {
|
|
||||||
# url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz";
|
|
||||||
# sha256 = "156hc11bb6xiypj65q6gzkhw1gw31dwv6dfh6rnv20hgig1sbfld";
|
|
||||||
# };
|
|
||||||
# in
|
|
||||||
{
|
{
|
||||||
# imports = [
|
imports = [
|
||||||
# "${home-manager}/nixos"
|
inputs.apple-silicon.nixosModules.default
|
||||||
# ];
|
./hardware-configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
# Generic Config
|
# Generic Config
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
@ -77,7 +71,7 @@
|
|||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
|
||||||
hyprlock
|
# hyprlock
|
||||||
hypridle
|
# hypridle
|
||||||
];
|
];
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user