mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-09 02:13: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
|
nix-software-center
|
||||||
fish
|
fish
|
||||||
libsForQt5.yakuake
|
libsForQt5.yakuake
|
||||||
|
wacomtablet
|
||||||
];
|
];
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
# programs.nushell.enable = true;
|
# programs.nushell.enable = true;
|
||||||
|
@ -212,18 +213,18 @@ in
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
|
||||||
# NVIDIA config
|
# NVIDIA config
|
||||||
# services.xserver.videoDrivers = [ "nvidia" ];
|
# services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
# hardware = {
|
hardware = {
|
||||||
# opengl = {
|
opengl = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# driSupport = true;
|
driSupport = true;
|
||||||
# driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
# };
|
};
|
||||||
# nvidia = {
|
# nvidia = {
|
||||||
# package = config.boot.kernelPackages.nvidiaPackages.latest;
|
# package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||||
# modesetting.enable = true;
|
# modesetting.enable = false;
|
||||||
# };
|
# };
|
||||||
# };
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue