Add display config for all other machines

This commit is contained in:
Evie Litherland-Smith 2024-10-28 05:40:26 +00:00
parent 1f8430520f
commit e86ab30c99
4 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,7 @@
imports = [ ./laptop.nix ];
home-manager.users.${username} = {
home.stateVersion = "23.05";
wayland.windowManager.hyprland.settings.monitor = [ "eDP-1,preferred,auto,1.25" ];
};
system.stateVersion = "23.05";
}

View file

@ -4,6 +4,7 @@
home-manager.users.${username} = {
imports = [ ./home/work.nix ];
home.stateVersion = "23.05";
wayland.windowManager.hyprland.settings.monitor = [ "eDP-1,preferred,auto,1.25" ];
};
boot.initrd = {
secrets = {

View file

@ -4,6 +4,9 @@
home-manager.users.${username} = {
imports = [ ./home/work.nix ];
home.stateVersion = "23.05";
wayland.windowManager.hyprland.settings.monitor = [
"desc:Dell Inc. DELL P3223QE CCG8YN3,preferred,auto,1.5"
];
};
boot = {
loader.efi.efiSysMountPoint = "/boot/efi";

View file

@ -1,6 +1,5 @@
{ config, pkgs, ... }:
{
stylix.targets.firefox.profileNames = [ "default" ];
programs = {
browserpass = {
enable = true;