Updates to get system to build
This commit is contained in:
parent
56213be3dd
commit
b60670389e
7 changed files with 29 additions and 21 deletions
|
@ -11,6 +11,7 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
# TODO broken as of 2025-03-21
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
|
@ -52,7 +53,8 @@ in
|
|||
"browser.backspace_action" = 0;
|
||||
"extensions.unifiedExtensions.enabled" = false;
|
||||
};
|
||||
userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css";
|
||||
# TODO broken as of 2025-03-21
|
||||
# userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,7 +9,9 @@ in with theme.colors; {
|
|||
playerctl # pactl comes with PulseAudio
|
||||
wmctrl # For rofi power menu
|
||||
xborders # Active window borders
|
||||
maim xdotool unclutter # Active window screenshots
|
||||
maim xdotool
|
||||
# TODO build failure https://github.com/NixOS/nixpkgs/issues/388196
|
||||
# unclutter # Active window screenshots
|
||||
#xsel # Disable middle mouse paste
|
||||
];
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "93MP1Iw1eklC+IEQXAhzLHJ+qsDASm53qw7vUEtEstI=";
|
||||
};
|
||||
|
||||
cargoSha256 = "fiDdk6c1rPS6L//KKqfp6ODxcLEzNKrpySCb9n8aGQ0=";
|
||||
cargoHash = "sha256-aBuaXckalcBcfr/snUy+8W9ZITehoeMCsGt/4yb2BxA=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A simple CLI for fetching Plume Labs air quality info.";
|
||||
|
|
|
@ -7,7 +7,8 @@ in
|
|||
programs.kitty = {
|
||||
enable = true;
|
||||
# https://github.com/kovidgoyal/kitty-themes/blob/master/themes.json
|
||||
theme = "${theme.kitty-theme}";
|
||||
# TODO fix this, the way themes work changed
|
||||
# theme = "${theme.kitty-theme}";
|
||||
font = {
|
||||
name = "FiraCode Nerd Font Mono";
|
||||
size = 12;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue