add python3 and vlc, switch heroic to lutris
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
imports = [
|
||||
../modules/game.nix
|
||||
../modules/nitrogen.nix
|
||||
./hyprland.nix
|
||||
];
|
||||
|
||||
# programs.alacritty.settings.font.size = 8;
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
monitor= [
|
||||
"eDP-1, 1920x1080@120, 0x0, 1"
|
||||
"HDMI-A-1, 1920x1080@60, auto, auto"
|
||||
];
|
||||
wayland.windowManager.hyprland.settings.monitor= [
|
||||
"eDP-1, 1920x1080@120, 0x0, 1"
|
||||
"HDMI-A-1, 1920x1080@60, auto, auto"
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user