Skip to content

Commit

Permalink
feat: nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Oct 25, 2023
1 parent 07e723a commit b692798
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 107 deletions.
146 changes: 67 additions & 79 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions home/cli/tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
while inotifywait -e close_write $1; do pandoc $@; done
'';
in {
home = {
home = {
sessionPath = [
"${config.home.homeDirectory}/.local/bin"
];
Expand Down Expand Up @@ -85,7 +85,7 @@ in {
};
};

packages = with pkgs; [ocrScript texlive pandoc pandoc-watch];
packages = with pkgs; [ocrScript texlive pandoc pandoc-watch];
};
services = {
udiskie.enable = true;
Expand Down
5 changes: 1 addition & 4 deletions home/rice/dunst/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
pkgs,
...
}:{
{pkgs, ...}: {
services.dunst = {
enable = true;
package = pkgs.dunst.overrideAttrs (oldAttrs: {
Expand Down
1 change: 0 additions & 1 deletion home/rice/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ in {
mouse_move_enables_dpms = true; # enable dpms on mouse/touchpad action
key_press_enables_dpms = true; # enable dpms on keyboard action
disable_autoreload = true; # autoreload is unnecessary on nixos, because the config is readonly anyway

};

animations = {
Expand Down
Loading

0 comments on commit b692798

Please sign in to comment.