diff --git a/modules/base/network.nix b/modules/base/network.nix index 1527f94..41c9959 100644 --- a/modules/base/network.nix +++ b/modules/base/network.nix @@ -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"; diff --git a/modules/base/vim/default.nix b/modules/base/vim/default.nix index f8d0f2a..7c43307 100644 --- a/modules/base/vim/default.nix +++ b/modules/base/vim/default.nix @@ -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 ]; diff --git a/modules/desktop/sway.nix b/modules/desktop/sway.nix index 5ff1e1f..1d1765d 100644 --- a/modules/desktop/sway.nix +++ b/modules/desktop/sway.nix @@ -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