Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, user, ... }:
|
{ pkgs, user, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
startpageDir = import ./startpage/dir.nix;
|
startpageDir = import ../startpage/dir.nix;
|
||||||
startpage = "file:///home/${user}/${startpageDir}/index.html";
|
startpage = "file:///home/${user}/${startpageDir}/index.html";
|
||||||
firefox-csshacks = pkgs.fetchFromGitHub {
|
firefox-csshacks = pkgs.fetchFromGitHub {
|
||||||
owner = "MrOtherGuy";
|
owner = "MrOtherGuy";
|
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
theme = import ./theme;
|
theme = import ../theme;
|
||||||
mod = "Mod4";
|
mod = "Mod4";
|
||||||
in with theme.colors; {
|
in with theme.colors; {
|
||||||
# Dependencies
|
# Dependencies
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -1,7 +1,7 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
theme = import ./theme;
|
theme = import ../theme;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.kitty = {
|
programs.kitty = {
|
Before Width: | Height: | Size: 718 KiB After Width: | Height: | Size: 718 KiB |
Before Width: | Height: | Size: 761 KiB After Width: | Height: | Size: 761 KiB |
Before Width: | Height: | Size: 486 KiB After Width: | Height: | Size: 486 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |