mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +02:00
changes
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
c6e26d9a5a
commit
5fe9b58e90
1 changed files with 14 additions and 13 deletions
|
@ -161,6 +161,7 @@ in
|
|||
nix-software-center
|
||||
fish
|
||||
libsForQt5.yakuake
|
||||
wacomtablet
|
||||
];
|
||||
programs.fish.enable = true;
|
||||
# programs.nushell.enable = true;
|
||||
|
@ -214,16 +215,16 @@ in
|
|||
|
||||
# NVIDIA config
|
||||
# services.xserver.videoDrivers = [ "nvidia" ];
|
||||
# hardware = {
|
||||
# opengl = {
|
||||
# enable = true;
|
||||
# driSupport = true;
|
||||
# driSupport32Bit = true;
|
||||
# };
|
||||
hardware = {
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
# nvidia = {
|
||||
# package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
# modesetting.enable = true;
|
||||
# };
|
||||
# modesetting.enable = false;
|
||||
# };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue