remove nvidia override, remove waybar override
This commit is contained in:
parent
0f9d39a08b
commit
2d3c5644d1
3 changed files with 12 additions and 15 deletions
|
@ -129,9 +129,9 @@
|
|||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
});
|
||||
#package = pkgs.waybar.overrideAttrs (oldAttrs: {
|
||||
# mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
#});
|
||||
#config = {
|
||||
# modules = [{module = "wlr/workspace"};];
|
||||
#};
|
||||
|
|
|
@ -2,11 +2,8 @@
|
|||
inputs = {
|
||||
# ...
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nvidia-beta.url = "github:NixOS/nixpkgs/d5c3f1ef368b44fa63ff2a5b79578b9acbbb40db";
|
||||
flatpaks.url = "github:GermanBread/declarative-flatpak/dev";
|
||||
flatpaks.inputs.nixpkgs.follows = "nixpkgs";
|
||||
#hyprland.url = "github:hyprwm/Hyprland";
|
||||
#hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager = {
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
environment.etc.nixpkgs.source = inputs.nixpkgs;
|
||||
networking.hostName = "insertpclinux";
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
nixpkgs.overlays = [ (self: super: (let
|
||||
patched_pkgs = import inputs.nvidia-beta {
|
||||
inherit (self) system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
in {
|
||||
linuxPackages = patched_pkgs.linuxPackages;
|
||||
})) ];
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
#nixpkgs.overlays = [ (self: super: (let
|
||||
# patched_pkgs = import inputs.nvidia-beta {
|
||||
# inherit (self) system;
|
||||
# config.allowUnfree = true;
|
||||
# };
|
||||
# in {
|
||||
# linuxPackages = patched_pkgs.linuxPackages;
|
||||
# })) ];
|
||||
#boot.kernelPackages = pkgs.linuxPackages;
|
||||
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue