mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed typos
This commit is contained in:
parent
96f6bee545
commit
c64173565d
@ -26,7 +26,7 @@
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
useGlobalPkgs = true;
|
||||
useUsersPackages = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "HM-Backup";
|
||||
users = {
|
||||
"laptop" = import ./home.nix;
|
||||
@ -42,7 +42,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
enviroment = {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
playerctl
|
||||
nvtopPackages.nvidia
|
||||
@ -50,12 +50,12 @@
|
||||
libva-utils
|
||||
cudatoolkit
|
||||
|
||||
sddm-astraunot
|
||||
sddm-astronaut
|
||||
];
|
||||
sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
pathToLink = [ "/share/zsh" ];
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
};
|
||||
|
||||
system = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user