diff --git a/configs/openbox/menu.xml b/configs/openbox/menu.xml index e0b20f6..063df58 100644 --- a/configs/openbox/menu.xml +++ b/configs/openbox/menu.xml @@ -11,25 +11,26 @@ kitty - - - io.elementary.files - - codium + + + + dolphin + + com.github.stsdc.monitor - - + - nitrogen ~/.dotfiles/assets/wallpapers + + sudo timeshift-gtk diff --git a/nixos/home/base.nix b/nixos/home/base.nix index e9f1314..2679c78 100644 --- a/nixos/home/base.nix +++ b/nixos/home/base.nix @@ -30,6 +30,11 @@ enable = true; userName = "roxwize"; userEmail = "rae@roxwize.xyz"; + extraConfig = { + core = { + editor = "nvim"; + }; + }; }; kitty = { enable = true; diff --git a/nixos/packages.nix b/nixos/packages.nix index 0720e32..909e65d 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -66,6 +66,7 @@ hyfetch # neofetch with pride flags <3 kitty # Modern, hackable, featureful, OpenGL based terminal emulator monitor # Manage processes and monitor system resources + timemachine # System restore tool for Linux unzip # Extraction utility for archives compressed in .zip format usbutils # Tools for working with USB devices, such as lsusb wine # Open Source implementation of the Windows API on top of X, OpenGL, and Unix