Compare commits
No commits in common. "4699339db35ea58ecf3455846c3b360833794ce5" and "797b33c4cf645036091ec7f0e75fe471ea6d48ce" have entirely different histories.
4699339db3
...
797b33c4cf
|
@ -1,9 +1,9 @@
|
|||
{ username, ... }:
|
||||
{ pkgs, username, ... }:
|
||||
{
|
||||
imports = [ ./laptop.nix ];
|
||||
home-manager.users.${username} = {
|
||||
home.packages = [ pkgs.prusa-slicer ];
|
||||
wayland.windowManager.sway.config = {
|
||||
output."eDP-1".scale = "1.25";
|
||||
workspaceOutputAssign = [
|
||||
{
|
||||
output = "eDP-1";
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
imports = [ ./home/work.nix ];
|
||||
wayland.windowManager.sway.config = {
|
||||
output = {
|
||||
# Built-in
|
||||
"eDP-1".scale = "1.25";
|
||||
# Work
|
||||
"Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
|
||||
# Home
|
||||
|
|
Loading…
Reference in a new issue