Compare commits
No commits in common. "0aa8b15326e720045f40b1c62a506ddcc29b7acd" and "ed9df3bf9f9ac65b94dce1407220dd27426681df" have entirely different histories.
0aa8b15326
...
ed9df3bf9f
1 changed files with 14 additions and 14 deletions
|
@ -7,15 +7,15 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
jdt-language-server
|
||||
python3
|
||||
swaybg
|
||||
catimg
|
||||
virt-manager
|
||||
unzip
|
||||
jq
|
||||
nil
|
||||
pavucontrol
|
||||
thunderbird
|
||||
wl-clipboard
|
||||
prismlauncher
|
||||
noto-fonts
|
||||
|
@ -24,12 +24,16 @@
|
|||
gnumake
|
||||
man-pages
|
||||
man-pages-posix
|
||||
clang-tools
|
||||
gdb
|
||||
gcc
|
||||
valgrind
|
||||
nixfmt-classic
|
||||
cloc
|
||||
nodejs_22
|
||||
texliveFull
|
||||
bash-language-server
|
||||
shfmt
|
||||
libnotify
|
||||
|
||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||
|
@ -93,22 +97,17 @@
|
|||
{
|
||||
name = "nix";
|
||||
auto-format = true;
|
||||
formatter.command = "${pkgs.nixfmt-classic}/bin/nixfmt";
|
||||
formatter.command = "nixfmt";
|
||||
}
|
||||
{
|
||||
name = "c";
|
||||
auto-format = true;
|
||||
formatter.command = "${pkgs.clang-tools}/bin/clang-format";
|
||||
formatter.command = "clang-format";
|
||||
}
|
||||
{
|
||||
name = "bash";
|
||||
auto-format = true;
|
||||
formatter.command = "${pkgs.shfmt}/bin/shfmt";
|
||||
}
|
||||
{
|
||||
name = "java";
|
||||
auto-format = true;
|
||||
formatter.command = "${pkgs.google-java-format}/bin/google-java-format";
|
||||
formatter.command = "shfmt";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -412,10 +411,11 @@
|
|||
};
|
||||
|
||||
programs.mpv.enable = true;
|
||||
programs.jq.enable = true;
|
||||
programs.fastfetch.enable = true;
|
||||
programs.texlive = {
|
||||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.texliveFull;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
};
|
||||
|
||||
programs.fastfetch.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue