add bash go back as an option to disable it on server
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
{ config, lib, pkgs, username,homeDir, ... }:
|
||||
|
||||
{
|
||||
imports = [];
|
||||
|
||||
home.packages = with pkgs;[
|
||||
neovim
|
||||
dmenu
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
mods.bash.goback = false;
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor= [
|
||||
"virt-1, 1920x1080@60, 0x0, 1.0"
|
||||
|
Reference in New Issue
Block a user