-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begins NixOS for a desktop option (#576)
Setup Linux GUI is a hard thing 😩 Some features are not yet completed. I might address them in following commits.
- Loading branch information
Showing
27 changed files
with
1,443 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
#!/bin/bash | ||
|
||
use flake | ||
|
||
# To avoid absolute path for Nix and typos-lsp in vscode settings | ||
TYPOS_LSP_PATH="$(command -v typos-lsp)" | ||
export TYPOS_LSP_PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,13 @@ on: | |
|
||
jobs: | ||
update-nixpkgs: | ||
if: (github.event_name != 'pull_request') || (!github.event.pull_request.draft) | ||
uses: kachick/selfup/.github/workflows/[email protected] | ||
with: | ||
app_id: ${{ vars.APP_ID }} | ||
dry-run: ${{ github.event_name == 'pull_request' }} | ||
pr-title: 'Bump flake.lock and related dependencies' | ||
optional-run: | | ||
nix run .#bump_completions | ||
git add ./dependencies | ||
# https://stackoverflow.com/q/34807971 | ||
git update-index -q --really-refresh | ||
git diff-index --quiet HEAD || git commit -m 'Update dprint completions' ./dependencies/dprint | ||
secrets: | ||
APP_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,6 @@ | |
}, | ||
"gopls": { | ||
"build.buildFlags": ["-tags=linux,windows,darwin"] | ||
} | ||
}, | ||
"stylua.searchBinaryInPATH": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/* Making findbar to be top-left */ | ||
/* https://support.mozilla.org/lt/questions/1372399#answer-1492856 */ | ||
.browserContainer > findbar { | ||
-moz-box-ordinal-group: 0 !important; /* for 112 and older */ | ||
order: -1 !important; /* for 113 and newer */ | ||
border-top: none !important; | ||
border-bottom: 1px solid ThreeDShadow !important; | ||
/* TODO: Realize top-right with adjusting the many checkboxes, can we make multiline? */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
[Hotkey] | ||
# Enumerate when press trigger key repeatedly | ||
EnumerateWithTriggerKeys=True | ||
# Enumerate Input Method Forward | ||
EnumerateForwardKeys= | ||
# Enumerate Input Method Backward | ||
EnumerateBackwardKeys= | ||
# Skip first input method while enumerating | ||
EnumerateSkipFirst=False | ||
|
||
[Hotkey/TriggerKeys] | ||
0=Control+space | ||
1=Zenkaku_Hankaku | ||
2=Hangul | ||
|
||
[Hotkey/AltTriggerKeys] | ||
0=Shift_L | ||
|
||
[Hotkey/EnumerateGroupForwardKeys] | ||
0=Super+space | ||
|
||
[Hotkey/EnumerateGroupBackwardKeys] | ||
0=Shift+Super+space | ||
|
||
[Hotkey/ActivateKeys] | ||
0=Hangul_Hanja | ||
1=Henkan | ||
|
||
[Hotkey/DeactivateKeys] | ||
0=Hangul_Romaja | ||
1=Muhenkan | ||
|
||
[Hotkey/PrevPage] | ||
0=Up | ||
|
||
[Hotkey/NextPage] | ||
0=Down | ||
|
||
[Hotkey/PrevCandidate] | ||
0=Shift+Tab | ||
|
||
[Hotkey/NextCandidate] | ||
0=Tab | ||
|
||
[Hotkey/TogglePreedit] | ||
0=Control+Alt+P | ||
|
||
[Behavior] | ||
# Active By Default | ||
ActiveByDefault=False | ||
# Share Input State | ||
ShareInputState=No | ||
# Show preedit in application | ||
PreeditEnabledByDefault=True | ||
# Show Input Method Information when switch input method | ||
ShowInputMethodInformation=True | ||
# Show Input Method Information when changing focus | ||
showInputMethodInformationWhenFocusIn=False | ||
# Show compact input method information | ||
CompactInputMethodInformation=True | ||
# Show first input method information | ||
ShowFirstInputMethodInformation=True | ||
# Default page size | ||
DefaultPageSize=5 | ||
# Override Xkb Option | ||
OverrideXkbOption=False | ||
# Custom Xkb Option | ||
CustomXkbOption= | ||
# Force Enabled Addons | ||
EnabledAddons= | ||
# Force Disabled Addons | ||
DisabledAddons= | ||
# Preload input method to be used by default | ||
PreloadInputMethod=True | ||
# Allow input method in the password field | ||
AllowInputMethodForPassword=False | ||
# Show preedit text when typing password | ||
ShowPreeditForPassword=False | ||
# Interval of saving user data in minutes | ||
AutoSavePeriod=30 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[Groups/0] | ||
# Group Name | ||
Name=Default | ||
# Layout | ||
Default Layout=us | ||
# Default Input Method | ||
DefaultIM=mozc | ||
|
||
[Groups/0/Items/0] | ||
# Name | ||
Name=keyboard-us | ||
# Layout | ||
Layout= | ||
|
||
[Groups/0/Items/1] | ||
# Name | ||
Name=mozc | ||
# Layout | ||
Layout= | ||
|
||
[GroupOrder] | ||
0=Default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.