~ruther/nixos-config

dcf181712136229cbdd81781418026e82227fabe — Frantisek Bohacek 1 year, 1 month ago b3da8b6
feat: minor changes
3 files changed, 4 insertions(+), 1 deletions(-)

M hosts/configuration.nix
M hosts/home.nix
M modules/desktop/gnome/default.nix
M hosts/configuration.nix => hosts/configuration.nix +1 -0
@@ 111,6 111,7 @@
      nano
      pciutils
      ripgrep
      bat
      socat
      usbutils
      wget

M hosts/home.nix => hosts/home.nix +2 -0
@@ 153,6 153,8 @@
      # obsidian        # Text Editor

      comma
      bat
      rg
    ];

    pointerCursor = {                         # This will set cursor system-wide so applications can not choose their own

M modules/desktop/gnome/default.nix => modules/desktop/gnome/default.nix +1 -1
@@ 72,7 72,7 @@ in {
    gnome.excludePackages = (with pkgs; [         # Gnome ignored packages
      gnome-tour
    ]) ++ (with pkgs.gnome; [
      gedit
      pkgs.gedit
      epiphany
      geary
      gnome-characters

Do not follow this link