added newtabpage to config.nix
This commit is contained in:
+20
-1
@@ -4,7 +4,7 @@
|
||||
username = "kenji";
|
||||
hostname = "hakase";
|
||||
timezone = "America/Chicago";
|
||||
shell = "fish";
|
||||
shell = "fish"; # FIXME: unassigned variable
|
||||
};
|
||||
git = {
|
||||
username = "kenji";
|
||||
@@ -12,6 +12,7 @@
|
||||
defaultBranch = "master";
|
||||
};
|
||||
ssh = {
|
||||
# FIXME: anonymize
|
||||
extraConfig = ''
|
||||
Host macair
|
||||
User biscuit
|
||||
@@ -32,5 +33,23 @@
|
||||
hyprland = {
|
||||
monitors = ["HDMI-A-1, 1920x1080@120, auto, 1"];
|
||||
};
|
||||
firefox = {
|
||||
bookmarks = [
|
||||
{
|
||||
name = "Home Manager";
|
||||
url = "https://mynixos.com/home-manager/options/programs";
|
||||
}
|
||||
{
|
||||
name = "YouTube";
|
||||
url = "https://youtube.com";
|
||||
}
|
||||
];
|
||||
newtabpage = [
|
||||
{
|
||||
title = "Dashboard";
|
||||
url = "https://dash.sakamoto.dev";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user