Add display config for all other machines
This commit is contained in:
parent
1f8430520f
commit
e86ab30c99
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
stylix.targets.firefox.profileNames = [ "default" ];
|
||||
programs = {
|
||||
browserpass = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue