mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor and docs
This commit is contained in:
parent
a8684fac8a
commit
e070682c1e
@ -39,7 +39,6 @@
|
||||
LC_TELEPHONE = "de_DE.UTF-8";
|
||||
LC_TIME = "de_DE.UTF-8";
|
||||
};
|
||||
|
||||
console = {
|
||||
#font = "Lat2-Terminus16";
|
||||
keyMap = "de-latin1-nodeadkeys";
|
||||
|
@ -26,7 +26,7 @@
|
||||
#../../modules/wallpaper.nix
|
||||
#../../modules/fwupd-gnome.nix
|
||||
#../../modules/print-and-scan.nix
|
||||
../../modules/fde-ssh-unlock.nix
|
||||
../../modules/ssh-fde-unlock.nix
|
||||
#../../modules/nextcloud-integration.nix
|
||||
#../../modules/git.nix
|
||||
../../modules/zsh.nix
|
||||
|
@ -25,7 +25,7 @@
|
||||
../../modules/wallpaper.nix
|
||||
../../modules/fwupd-gnome.nix
|
||||
../../modules/print-and-scan.nix
|
||||
#../../modules/fde-ssh-unlock.nix
|
||||
#../../modules/ssh-fde-unlock.nix
|
||||
../../modules/nextcloud-integration.nix
|
||||
../../modules/git.nix
|
||||
../../modules/zsh.nix
|
||||
|
@ -25,7 +25,7 @@
|
||||
../../modules/wallpaper.nix
|
||||
../../modules/fwupd-gnome.nix
|
||||
../../modules/print-and-scan.nix
|
||||
#../../modules/fde-ssh-unlock.nix
|
||||
#../../modules/ssh-fde-unlock.nix
|
||||
../../modules/nextcloud-integration.nix
|
||||
../../modules/git.nix
|
||||
../../modules/zsh.nix
|
||||
|
@ -26,7 +26,7 @@
|
||||
#../../modules/wallpaper.nix
|
||||
#../../modules/fwupd-gnome.nix
|
||||
#../../modules/print-and-scan.nix
|
||||
../../modules/fde-ssh-unlock.nix
|
||||
../../modules/ssh-fde-unlock.nix
|
||||
#../../modules/nextcloud-integration.nix
|
||||
#../../modules/git.nix
|
||||
../../modules/zsh.nix
|
||||
|
@ -19,12 +19,18 @@
|
||||
# Extended Markdown support, e.g. insert TOC.
|
||||
# https://github.com/yzhang-gh/vscode-markdown
|
||||
yzhang.markdown-all-in-one
|
||||
|
||||
# Nix language support.
|
||||
# https://github.com/bbenoist/vscode-nix
|
||||
bbenoist.nix
|
||||
|
||||
# Python language support:
|
||||
# IntelliSense (Pylance), Linting, Debugging, code formatting, unit tests, etc.
|
||||
ms-python.python
|
||||
# Python formatting.
|
||||
# https://code.visualstudio.com/docs/python/formatting#_choose-a-formatter # Not yet packaged.
|
||||
# https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8 # Not yet packaged.
|
||||
|
||||
# Jinja2 Templating
|
||||
vscode-extensions.wholroyd.jinja
|
||||
#samuelcolvin.jinjahtml # Not yet packaged.
|
||||
|
Loading…
Reference in New Issue
Block a user