1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 03:27:45 +00:00

I don't even know what to title this; fixes

This commit is contained in:
RGBCube 2025-01-08 14:20:32 +03:00
parent 1767332757
commit 2c0580d4ba
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
7 changed files with 66 additions and 626 deletions

View file

@ -1,14 +1,18 @@
{ config, lib, pkgs, ... }: with lib; merge
(systemConfiguration {
(let
batPlain = pkgs.writeScript "bat-plain" ''
bat --plain $@
'';
in systemConfiguration {
environment.variables = {
MANPAGER = "bat --plain";
PAGER = "bat --plain";
MANPAGER = toString batPlain;
PAGER = toString batPlain;
};
environment.shellAliases = {
cat = "bat";
less = "bat --plain";
less = toString batPlain;
};
})

View file

@ -3,7 +3,7 @@
(systemConfiguration {
environment = {
variables.EDITOR = "hx";
shellAliases.x = "hx";
shellAliases.x = "hx";
};
})
@ -53,20 +53,6 @@
auto-format = false;
formatter.command = "alejandra";
}
{
name = "cull";
injection-regex = "cull";
scope = "scope.cull";
comment-token = "#";
indent.unit = "\t";
indent.tab-width = 4;
file-types = [ "cull" ];
roots = [ "build.cull" ];
grammar = "python";
}
{
name = "html";
# Added vto.

View file

@ -1,13 +1,6 @@
{ config, lib, pkgs, hyprland, ... }: with lib; merge
(let
hyprPkgs = import hyprland.inputs.nixpkgs { inherit (config.nixpkgs.hostPlatform) system; };
in desktopSystemConfiguration {
hardware.graphics = enabled {
package = hyprPkgs.mesa.drivers;
package32 = hyprPkgs.pkgsi686Linux.mesa.drivers;
};
{ config, lib, pkgs, ... }: with lib; merge
(desktopSystemConfiguration {
services.logind.powerKey = "ignore";
xdg.portal = enabled {

View file

@ -9,7 +9,6 @@ $env.config = {
render_right_prompt_on_last_line: false
show_banner: false
use_ansi_coloring: true
use_grid_icons: true
use_kitty_protocol: true
shell_integration: {