mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Add firmware-manager and keyboard-configurator for garrus
This commit is contained in:
parent
ab83d55352
commit
45762681d9
4 changed files with 17 additions and 20 deletions
|
@ -71,7 +71,6 @@
|
||||||
zlib
|
zlib
|
||||||
|
|
||||||
# Packages from Flake Inputs
|
# Packages from Flake Inputs
|
||||||
inputs.system76-keyboard-configurator.packages.${system}.system76-keyboard-configurator
|
|
||||||
inputs.nix-software-center.packages.${system}.nix-software-center
|
inputs.nix-software-center.packages.${system}.nix-software-center
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
url = github:nix-community/disko;
|
url = github:nix-community/disko;
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
system76-keyboard-configurator.url = "github:pop-os/keyboard-configurator/fix-flake-input";
|
|
||||||
nix-software-center.url = "github:snowfallorg/nix-software-center";
|
nix-software-center.url = "github:snowfallorg/nix-software-center";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
# Name your host machine
|
|
||||||
networking.hostName = "galp4";
|
|
||||||
|
|
||||||
# System76
|
|
||||||
hardware.system76.enableAll = true;
|
|
||||||
}
|
|
|
@ -8,6 +8,14 @@
|
||||||
hardware.system76.enableAll = true;
|
hardware.system76.enableAll = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
system76-keyboard-configurator
|
system76-keyboard-configurator
|
||||||
|
firmware-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# NVIDIA
|
||||||
|
# services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
# hardware.opengl.enable = true;
|
||||||
|
# hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
|
|
||||||
|
# Allow Unfree
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue