Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeslie0/.dotfiles
My NixOS system flake and dotfiles.
https://github.com/jeslie0/.dotfiles
dotfiles nix-flake nixos-configuration
Last synced: about 2 months ago
JSON representation
My NixOS system flake and dotfiles.
- Host: GitHub
- URL: https://github.com/jeslie0/.dotfiles
- Owner: jeslie0
- Created: 2021-08-03T17:18:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T15:34:46.000Z (7 months ago)
- Last Synced: 2024-06-16T17:43:42.000Z (7 months ago)
- Topics: dotfiles, nix-flake, nixos-configuration
- Language: Emacs Lisp
- Homepage:
- Size: 30.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.nix
Awesome Lists containing this project
README
services.xserver.videoDrivers = ["nvidia"];
hardware.nvidia = {
modesetting.enable = true;
powerManagement.enable = false;
nvidiaSettings = true;
prime = {
# offload = {
# enable = true;
# enableOffloadCmd = true;
# };nvidiaBusId = "PCI:1:0:0";
intelBusId = "PCI:0:2:0";
};
};hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
}