Compare commits
No commits in common. "cd04a4aa67a26b892534d1bede7336be08260a30" and "6d59a5df4b54643a950febe1110688c20940083b" have entirely different histories.
cd04a4aa67
...
6d59a5df4b
|
@ -1,10 +1,5 @@
|
||||||
{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,7 +1,11 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "Social",
|
"name": "Social",
|
||||||
"bookmarks": [{ "name": "Mastodon", "url": "https://tech.lgbt" }]
|
"bookmarks": [
|
||||||
|
{ "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