Skip to content

Commit

Permalink
Inputs update
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoth committed Jan 27, 2024
1 parent 54aa251 commit 6b9a6f9
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 68 deletions.
98 changes: 58 additions & 40 deletions flake.lock

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

2 changes: 2 additions & 0 deletions machines/pcLexell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ in {

xdotool

bubblewrap

drawio

#zathura
Expand Down
15 changes: 8 additions & 7 deletions machines/pcLexell/init.fish
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
# You should have received a copy of the CC0 legalcode along with this
# work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.

if not set -q LOGINER_USED
if [ "$USER" != "root" ]
set -gx LOGINER_USED TRUE
loginer
end
end

set GAPS " "
set DEFAULT_USER "moth"

Expand Down Expand Up @@ -206,6 +199,14 @@ function fuck -d "Correct your previous console command"
end
end

if not set -q LOGINER_USED
if [ "$USER" != "root" ]
base16-load
set -gx LOGINER_USED TRUE
loginer
end
end

if [ $USER = "root" ]
printf "User root; do not load direnv"
else
Expand Down
42 changes: 21 additions & 21 deletions machines/pcLexell/nix_logo
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@

 ▗▄▄▄ ▗▄▄▄▄ ▄▄▄▖
 ▜███▙ ▜███▙ ▟███▛
 ▜███▙ ▜███▙▟███▛
 ▜███▙ ▜██████▛
 ▟█████████████████▙ ▜████▛ ▟▙
 ▟███████████████████▙ ▜███▙ ▟██▙
 ▄▄▄▄▖ ▜███▙ ▟███▛
 ▟███▛ ▜██▛ ▟███▛
 ▟███▛ ▜▛ ▟███▛
▟███████████▛ ▟██████████▙
▜██████████▛ ▟███████████▛
 ▟███▛ ▟▙ ▟███▛
 ▟███▛ ▟██▙ ▟███▛
 ▟███▛ ▜███▙ ▝▀▀▀▀
 ▜██▛ ▜███▙ ▜██████████████████▛
 ▜▛ ▟████▙ ▜████████████████▛
 ▟██████▙ ▜███▙
 ▟███▛▜███▙ ▜███▙
 ▟███▛ ▜███▙ ▜███▙
 ▝▀▀▀ ▀▀▀▀▘ ▀▀▀▘
__ ____ __
/ \ \ \ / \
\ \ \ \ / /
\ \ \ \/ /
______\ \______ \ /
/ \ \ / /\
/_______ ________\ \ \ / \
/ / \ \ / /
/ / \ / / /
________/ / \/ / /_____
/ / / \
\______ / / ________/
/ / /\ / /
/ / / \ / /
/ / \ \ _________/ /______
\ / \ \ \ /
\/ / \ \______ ______/
/ \ \ \
/ /\ \ \ \
/ / \ \ \ \
\__/ \___\ \__/

0 comments on commit 6b9a6f9

Please sign in to comment.