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, ... }:
|
||||
|
||||
let
|
||||
startpageDir = import ./startpage/dir.nix;
|
||||
startpageDir = import ../startpage/dir.nix;
|
||||
startpage = "file:///home/${user}/${startpageDir}/index.html";
|
||||
firefox-csshacks = pkgs.fetchFromGitHub {
|
||||
owner = "MrOtherGuy";
|
@ -1,7 +1,7 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
theme = import ./theme;
|
||||
theme = import ../theme;
|
||||
mod = "Mod4";
|
||||
in with theme.colors; {
|
||||
# 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
|
||||
theme = import ./theme;
|
||||
theme = import ../theme;
|
||||
in
|
||||
{
|
||||
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 |