fmt
This commit is contained in:
parent
8d75216c3e
commit
608f981626
3 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
allowedTCPPorts = [ 1234 1337 8000 8080 ];
|
||||
allowedUDPPorts = [ 1234 1337 8000 8080 ];
|
||||
};
|
||||
nameservers = [ "127.0.0.53" ]; # resolved stub resolver
|
||||
nameservers = [ "127.0.0.53" ]; # resolved stub resolver
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dns = lib.mkForce "none";
|
||||
|
|
|
@ -14,15 +14,15 @@
|
|||
indent-blankline-nvim # indentation guides
|
||||
comment-nvim # comment keybinds
|
||||
nvim-colorizer-lua # show colours in colours
|
||||
leap-nvim # mouse, but its a keyboard
|
||||
leap-nvim # mouse, but its a keyboard
|
||||
nvim-treesitter.withAllGrammars # code parser
|
||||
nvim-treesitter-refactor # treesitter highlights and refactor keybinds
|
||||
nvim-treesitter-textobjects # syntax-aware text objects
|
||||
nvim-treesitter-context # context at the top of the screen
|
||||
vim-matchup # better %
|
||||
nvim-tree-lua # file explorer
|
||||
nvim-web-devicons # file icons for nvim-tree
|
||||
project-nvim # project management; mostly for nvim-tree
|
||||
nvim-tree-lua # file explorer
|
||||
nvim-web-devicons # file icons for nvim-tree
|
||||
project-nvim # project management; mostly for nvim-tree
|
||||
nvim-dap # debug adapter protocol
|
||||
nvim-dap-virtual-text # show variable values in-line
|
||||
];
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
alacritty
|
||||
clipman
|
||||
gnome3.adwaita-icon-theme # cursor
|
||||
gnome3.adwaita-icon-theme # cursor
|
||||
pavucontrol # PulseAudio Volume Control
|
||||
pulseaudio # pactl
|
||||
swaylock
|
||||
|
|
Loading…
Reference in a new issue