now fuzzel and so on. Idk what happened last time
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixStable.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
@@ -14,9 +13,11 @@
|
||||
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nvf, ... }@inputs:
|
||||
outputs = { self, nixpkgs, nvf, zen-browser, ... }@inputs:
|
||||
let system = "x86_64-linux"; in
|
||||
{
|
||||
nixosConfigurations.my-nixos = nixpkgs.lib.nixosSystem {
|
||||
@@ -26,6 +27,7 @@
|
||||
};
|
||||
modules = [
|
||||
./configuration.nix
|
||||
# inputs.zen-browser.packages."${system}".default
|
||||
# nvf.homeManagerModules.default
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user