gitignore and warnings
This commit is contained in:
parent
02bd57490f
commit
e6522bdb86
5 changed files with 37 additions and 28 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{ pkgs
|
||||||
pkgs,
|
, config
|
||||||
config,
|
, ...
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
@ -63,25 +62,27 @@
|
||||||
nautilus
|
nautilus
|
||||||
|
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
(pkgs.callPackage (
|
(pkgs.callPackage
|
||||||
{ stdenv }:
|
(
|
||||||
stdenv.mkDerivation {
|
{ stdenv }:
|
||||||
name = "global-cursor-theme";
|
stdenv.mkDerivation {
|
||||||
unpackPhase = "true";
|
name = "global-cursor-theme";
|
||||||
outputs = [ "out" ];
|
unpackPhase = "true";
|
||||||
installPhase = ''
|
outputs = [ "out" ];
|
||||||
mkdir -p $out/share/icons/default
|
installPhase = ''
|
||||||
cat << EOF > $out/share/icons/default/index.theme
|
mkdir -p $out/share/icons/default
|
||||||
[Icon Theme]
|
cat << EOF > $out/share/icons/default/index.theme
|
||||||
Name=Default
|
[Icon Theme]
|
||||||
Comment=Default Cursor Theme
|
Name=Default
|
||||||
Inherits=Adwaita
|
Comment=Default Cursor Theme
|
||||||
EOF
|
Inherits=Adwaita
|
||||||
'';
|
EOF
|
||||||
}
|
'';
|
||||||
) { })
|
}
|
||||||
|
)
|
||||||
|
{ })
|
||||||
|
|
||||||
config.boot.kernelPackages.perf
|
perf
|
||||||
rr
|
rr
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ inputs@{ machine, ... }:
|
||||||
"cp-ani" = cp-media "ani" "anime";
|
"cp-ani" = cp-media "ani" "anime";
|
||||||
"ragdoll" = ragdoll;
|
"ragdoll" = ragdoll;
|
||||||
"dumpasm" = "${pkgs.custom.dumpasm}/bin/dumpasm";
|
"dumpasm" = "${pkgs.custom.dumpasm}/bin/dumpasm";
|
||||||
"p" = builtins.trace calc calc;
|
"p" = calc;
|
||||||
"s" = "systemctl";
|
"s" = "systemctl";
|
||||||
"j" = "journalctl";
|
"j" = "journalctl";
|
||||||
"ju" = "journalctl -u";
|
"ju" = "journalctl -u";
|
||||||
|
|
@ -239,7 +239,11 @@ inputs@{ machine, ... }:
|
||||||
setupTide = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
setupTide = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
setupTide() {
|
setupTide() {
|
||||||
${pkgs.fish}/bin/fish -c ${lib.escapeShellArg "tide configure ${
|
${pkgs.fish}/bin/fish -c ${lib.escapeShellArg "tide configure ${
|
||||||
lib.cli.toGNUCommandLineShell { } {
|
lib.cli.toCommandLineShell (optionName: {
|
||||||
|
option = if builtins.stringLength optionName > 1 then "--${optionName}" else "-${optionName}";
|
||||||
|
sep = null;
|
||||||
|
explicitBool = false;
|
||||||
|
}) {
|
||||||
auto = true;
|
auto = true;
|
||||||
style = "Lean";
|
style = "Lean";
|
||||||
prompt_colors = "True color";
|
prompt_colors = "True color";
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,10 @@ inputs@{ machine, ... }:
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
requirements = [ "cli" ];
|
requirements = [ "cli" ];
|
||||||
home-config = _: {
|
home-config = _: {
|
||||||
|
home.file.".gitignore".text = ''
|
||||||
|
server\ exited\ unexpectedly
|
||||||
|
'';
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
signing.key = "/home/jana/.ssh/id_ed25519.pub";
|
signing.key = "/home/jana/.ssh/id_ed25519.pub";
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ inputs@{ machine, ... }:
|
||||||
]
|
]
|
||||||
++ (pkgs.lib.splitString " " cmd);
|
++ (pkgs.lib.splitString " " cmd);
|
||||||
|
|
||||||
wallpaper = ("${pkgs.custom.raw-data}/pacific.png");
|
wallpaper = "${pkgs.custom.raw-data}/pacific.png";
|
||||||
matugenSchemeType = "scheme-tonal-spot";
|
matugenSchemeType = "scheme-tonal-spot";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -384,7 +384,7 @@ in
|
||||||
code_action.keys = {
|
code_action.keys = {
|
||||||
quit = "<Esc>";
|
quit = "<Esc>";
|
||||||
};
|
};
|
||||||
symbol_in_winbar.enable = false;
|
symbol_in_winbar.enable = true;
|
||||||
implement.enable = true;
|
implement.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -435,8 +435,8 @@ in
|
||||||
__unkeyed-1 = "filetype";
|
__unkeyed-1 = "filetype";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
lualine_y = [ { __unkeyed-1 = "progress"; } ];
|
lualine_y = [{ __unkeyed-1 = "progress"; }];
|
||||||
lualine_z = [ { __unkeyed-1 = "location"; } ];
|
lualine_z = [{ __unkeyed-1 = "location"; }];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue