added gnome extensions

This commit is contained in:
specCon18 2023-03-27 05:06:33 -04:00
parent 8a48442a37
commit 13f561443d
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gnomeExtensions.dock-from-dash gnomeExtensions.dock-from-dash
gnomeExtensions.pop-shell gnomeExtensions.pop-shell
# gnomeExtensions.gtile
gnome.gnome-tweaks
]; ];
services = { services = {
gnome = { gnome = {

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
users.users.speccon18 = { users.users.speccon18 = {
shell = pkgs.zsh; shell = pkgs.nushell;
isNormalUser = true; isNormalUser = true;
initialHashedPassword = "$y$j9T$RdLBHOvUpb17egl0d16LT/$3Y2RD/tT1IZ0nkfAR13pp3IzBjvKLRgGpDPLobUeO23"; initialHashedPassword = "$y$j9T$RdLBHOvUpb17egl0d16LT/$3Y2RD/tT1IZ0nkfAR13pp3IzBjvKLRgGpDPLobUeO23";
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [