added menu-qalc

This commit is contained in:
Schrottkatze 2022-09-02 20:28:50 +02:00
parent e4b15a3b1a
commit bce7db5f8d
11 changed files with 180 additions and 76 deletions

View file

@ -2,17 +2,15 @@
description = "home manager config apparently";
inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:kekrby/nixpkgs/add-fetchpartial";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpks.follows = "nixpkgs";
};
nixos-hardware.url = "github:kekrby/nixos-hardware";
# nixpkgs-fetchpartial.url = "github:kekrby/nixpkgs";
};
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }: {
outputs = { self, nixpkgs, home-manager, nixos-hardware,... }: {
nixosConfigurations = {
monosodium-glutamate-g = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";