add tablet modes for firefox and gnome
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
../../configuration/modules/gnome.nix
|
||||
];
|
||||
|
||||
networking.hostName = "starlite"; # Define your hostname.
|
||||
gnome.tablet = true;
|
||||
|
||||
networking.hostName = "starlite"; # Define your hostname.
|
||||
environment.systemPackages = with pkgs.gnomeExtensions; [
|
||||
touchup
|
||||
];
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
terminal.nixUpdateLocation = "/home/worble/Projects/nixos#starlite";
|
||||
terminal.flakeUpdateLocation = "/home/worble/Projects/nixos";
|
||||
firefox.tablet = true;
|
||||
|
||||
home.username = "worble";
|
||||
home.homeDirectory = "/home/worble";
|
||||
|
||||
Reference in New Issue
Block a user