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