Skip to content

Commit

Permalink
Deploying to template from @ 3cfefce 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dmadisetti committed Jun 24, 2024
1 parent 2cbac5e commit b509228
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
26 changes: 13 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# This ensures that we always use the official nix cache.
# nixpkgs.url = "/home/user/src/nixpkgs-local?cache-bust=4";
# TODO: Change to patch system NixOs/nix/issues#3920
nixpkgs.url = github:nixos/nixpkgs/e9ee548d90ff586a6471b4ae80ae9cfcbceb3420;
nixpkgs.url = github:nixos/nixpkgs/a71e967ef3694799d0c418c98332f7ff4cc5f6af;
nixos-hardware.url = github:NixOS/nixos-hardware;

# Really just to streamline deps.
Expand Down
7 changes: 3 additions & 4 deletions nix/display/x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
imports = [ ];
environment.pathsToLink =
[ "/libexec" ]; # links /libexec from derivations to /run/current-system/sw
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};

services.xserver = {
enable = true;
libinput.enable = true;
displayManager.startx.enable = true;
desktopManager.xterm.enable = false;
};
services.libinput.enable = true;

# Enable sound.
sound.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion nix/spoof/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# Specific programs that are unfree
# nvidia in here for testing purposes with my hardware.
# Remove or change for your systems.
unfree = [ "nvidia-x11" "nvidia-settings" ];
unfree = [ "nvidia-x11" "libXNVCtrl" "nvidia-settings" ];
# Allow all unfree programs
sellout = false;

Expand Down

0 comments on commit b509228

Please sign in to comment.