Compare commits
4 commits
56faa94663
...
7e2ab5a640
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 7e2ab5a640 | ||
Evie Litherland-Smith | 4699339db3 | ||
Evie Litherland-Smith | ce9a35440c | ||
Evie Litherland-Smith | 797b33c4cf |
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, username, ... }:
|
||||
{ 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,6 +5,8 @@
|
|||
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
|
||||
|
|
|
@ -239,6 +239,11 @@
|
|||
"url": "https://data.jet.uk",
|
||||
"tags": ["Work", "JET", "Data"]
|
||||
},
|
||||
{
|
||||
"name": "JET Dashboard",
|
||||
"url": "https://data.jet.uk/dashboard/sessions/",
|
||||
"tags": ["Work", "JET", "Data"]
|
||||
},
|
||||
{
|
||||
"name": "PPF Query",
|
||||
"url": "https://data.jet.uk/ppf/browse/ppfquery",
|
||||
|
|
Loading…
Reference in a new issue