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