forked from jan-leila/nix-config
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
b3918c8105 | |||
d3761aa11c |
2 changed files with 3 additions and 8 deletions
|
@ -10,14 +10,7 @@
|
|||
};
|
||||
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
services = {
|
||||
xserver = {
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
videoDrivers = ["nvidia"];
|
||||
};
|
||||
# Use X instead of wayland
|
||||
displayManager.gdm.wayland = false;
|
||||
};
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
hardware.nvidia = {
|
||||
# Modesetting is required.
|
||||
|
|
|
@ -150,6 +150,8 @@
|
|||
nixos-anywhere
|
||||
# for updating disko configurations
|
||||
disko
|
||||
# for viewing dconf entries
|
||||
dconf-editor
|
||||
];
|
||||
|
||||
SOPS_AGE_KEY_DIRECTORY = import ./const/sops_age_key_directory.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue