added gnome extensions
This commit is contained in:
parent
8a48442a37
commit
13f561443d
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
gnomeExtensions.dock-from-dash
|
||||
gnomeExtensions.pop-shell
|
||||
# gnomeExtensions.gtile
|
||||
gnome.gnome-tweaks
|
||||
];
|
||||
services = {
|
||||
gnome = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
users.users.speccon18 = {
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.nushell;
|
||||
isNormalUser = true;
|
||||
initialHashedPassword = "$y$j9T$RdLBHOvUpb17egl0d16LT/$3Y2RD/tT1IZ0nkfAR13pp3IzBjvKLRgGpDPLobUeO23";
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue