add some link and env
This commit is contained in:
parent
aedfd070b9
commit
1986863848
3 changed files with 11 additions and 6 deletions
|
|
@ -33,6 +33,11 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
PROTON_USE_WAYLAND = "1";
|
||||
PROTON_USE_NTSYNC = "1";
|
||||
};
|
||||
|
||||
device = {
|
||||
flake-name = "ideapad-slim-5";
|
||||
cursors = "aemeath";
|
||||
|
|
@ -69,9 +74,9 @@
|
|||
|
||||
symlink = {
|
||||
"SteamApps" = ".local/share/Steam/steamapps";
|
||||
"Development/KDE-Widget" = ".local/share/plasma/plasmoids";
|
||||
"Development/SplashScreen" = ".local/share/plasma/look-and-feel";
|
||||
"Development/DesktopEffects" = ".local/share/kwin/effects";
|
||||
# "Development/KDE-Widget" = ".local/share/plasma/plasmoids";
|
||||
# "Development/SplashScreen" = ".local/share/plasma/look-and-feel";
|
||||
# "Development/DesktopEffects" = ".local/share/kwin/effects";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Reference in a new issue