Compare commits
2 commits
6d59a5df4b
...
cd04a4aa67
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | cd04a4aa67 | ||
Evie Litherland-Smith | dbc169073c |
|
@ -1,5 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./default.nix];
|
||||
home.packages = with pkgs; [
|
||||
blender
|
||||
freecad
|
||||
prusa-slicer
|
||||
];
|
||||
wayland.windowManager.sway.config = {
|
||||
startup = [
|
||||
{command = "${pkgs.xorg.xrandr}/bin/xrandr --output DP-2 --primary";}
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
[
|
||||
{
|
||||
"name": "Social",
|
||||
"bookmarks": [
|
||||
{ "name": "WhatApp Web", "url": "https://web.whatsapp.com/" },
|
||||
{ "name": "Discord", "url": "https://discord.com/app" },
|
||||
{ "name": "Mastodon", "url": "https://tech.lgbt" }
|
||||
]
|
||||
"bookmarks": [{ "name": "Mastodon", "url": "https://tech.lgbt" }]
|
||||
},
|
||||
{
|
||||
"name": "Travel",
|
||||
|
|
Reference in a new issue