Evie Litherland-Smith
8ca2053944
Pull program expressions inside hyprland directory (e.g. rofi, waybar, etc...) up one level. Convert everything into package-name/default.nix format for consistency Move common home imports from flake.nix into hyprland/default.nix, flake.nix now only defaults into importing hyprland, to be consistent with how system imports work Remove some old files: calendar and contact setup, sweet theme pkgs Move xdg.configFile expressions from home/default.nix into a config/default.nix, keeping the files to be linked in the config dir as well (still need to do ipython though)
32 lines
872 B
Plaintext
32 lines
872 B
Plaintext
{
|
|
"defaultCell": "code",
|
|
"autoStartDefaultKernel": false,
|
|
"inputHistoryScope": "global",
|
|
"kernelShutdown": false,
|
|
"scrollPastEnd": true,
|
|
"recordTiming": false,
|
|
"overscanCount": 1,
|
|
"maxNumberOutputs": 50,
|
|
"scrollHeadingToTop": false,
|
|
"showEditorForReadOnlyMarkdown": true,
|
|
"kernelStatus": {
|
|
"showOnStatusBar": false,
|
|
"showProgress": true
|
|
},
|
|
"documentWideUndoRedo": false,
|
|
"showHiddenCellsButton": true,
|
|
"renderingLayout": "default",
|
|
"sideBySideLeftMarginOverride": "10px",
|
|
"sideBySideRightMarginOverride": "10px",
|
|
"sideBySideOutputRatio": 1,
|
|
"windowingMode": "defer",
|
|
"codeCellConfig": {},
|
|
"markdownCellConfig": {
|
|
"lineNumbers": false,
|
|
"matchBrackets": false
|
|
},
|
|
"rawCellConfig": {
|
|
"lineNumbers": false,
|
|
"matchBrackets": false
|
|
}
|
|
} |