nvidia
This commit is contained in:
parent
4ea241fad7
commit
80cf80e8aa
@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
|
nvidiaSettings = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# i3 relates stuff
|
# i3 relates stuff
|
||||||
@ -117,7 +118,11 @@
|
|||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
steam.enable = true;
|
steam = {
|
||||||
|
enable = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
|
};
|
||||||
|
gamemode.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
@ -33,7 +33,17 @@
|
|||||||
fzf
|
fzf
|
||||||
ripgrep
|
ripgrep
|
||||||
jq
|
jq
|
||||||
|
protonup
|
||||||
|
lutris
|
||||||
|
pavucontrol
|
||||||
|
pasystray
|
||||||
|
networkmanagerapplet
|
||||||
|
mangohud
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
STEAM_EXTRA_COMPAT_TOOLS_PATH = "\${HOME}/.steam/root/compatibilitytools.d";
|
||||||
|
};
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
@ -248,4 +248,7 @@ exec_always --no-startup-id feh --bg-fill ~/wallpaper/wallpaper.jpg
|
|||||||
#exec_always --no-startup-id nm-applet
|
#exec_always --no-startup-id nm-applet
|
||||||
|
|
||||||
# dunst
|
# dunst
|
||||||
#exec_always --no-startup-id dunst
|
exec_always --no-startup-id dunst
|
||||||
|
|
||||||
|
# pasystray
|
||||||
|
exec_always --no-startup-id pasystray
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
return {
|
return {
|
||||||
color_scheme = 'catppuccin-mocha',
|
color_scheme = 'catppuccin-mocha',
|
||||||
font = wezterm.font('PragmataPro Liga'),
|
-- font = wezterm.font('PragmataPro Liga'),
|
||||||
font_size = 16,
|
font_size = 16,
|
||||||
use_fancy_tab_bar = false,
|
use_fancy_tab_bar = false,
|
||||||
native_macos_fullscreen_mode = false,
|
native_macos_fullscreen_mode = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user