fixing and reorganizing, removed nvf flake
This commit is contained in:
parent
6c99ced7fe
commit
1e3dff9436
3 changed files with 1 additions and 9 deletions
|
@ -7,10 +7,9 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
};
|
||||
|
||||
outputs = inputs@{ nixpkgs, home-manager, nvf, ... }: {
|
||||
outputs = inputs@{ nixpkgs, home-manager, ... }: {
|
||||
nixosConfigurations = {
|
||||
# greynix - Gray Asus machine
|
||||
greynix = nixpkgs.lib.nixosSystem {
|
||||
|
@ -19,7 +18,6 @@
|
|||
./mods/base.nix
|
||||
./greynix/configuration.nix
|
||||
./mods/docker.nix
|
||||
nvf.nixosModules.default #for neovim framework flake
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
|
|
@ -12,11 +12,6 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
# from failed module experiment
|
||||
# https://youtu.be/vYc6IzKvAJQ
|
||||
# Enable/Disable Modules
|
||||
# dockerModule.enable = true;
|
||||
|
||||
boot.initrd.luks.devices."luks-880424d4-ac69-44cf-aa3b-99a224128551".device = "/dev/disk/by-uuid/880424d4-ac69-44cf-aa3b-99a224128551";
|
||||
networking.hostName = "greynix"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
./systemd.nix
|
||||
./fonts.nix
|
||||
./intel-gpu.nix
|
||||
./neovim-config.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue