Skip to content

Commit

Permalink
wijusan
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Oct 9, 2024
1 parent 7a35ab9 commit e9a7d4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions home-manager/wijusan.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
nettools # i.e. `ifconfig` (`ip`, you're cool too)
git-repo-manager
wl-clipboard
tomb
];

home.sessionVariables = {
Expand Down
9 changes: 7 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/env nix-shell
#!nix-shell -i "just --justfile" -p just

mod info
# mod info
mod nixos
mod windows
# mod windows
# mod firewalla

# default recipe to display help information
default:
Expand Down Expand Up @@ -67,3 +68,7 @@ link-nixos-flake:

check-flake:
nix run github:DeterminateSystems/flake-checker

[linux,macos]
fix-eol:
rg -g '!windows/*' -l -0 $'\r$' | xargs -0 dos2unix --

0 comments on commit e9a7d4e

Please sign in to comment.