Compare commits

...

2 commits

Author SHA1 Message Date
xqtc d8456a38b7
zsh default shell 2024-10-19 14:41:43 +02:00
xqtc e0f3980099
gpg stuff; resolve stash conflict 2024-10-19 14:33:28 +02:00
5 changed files with 13 additions and 10 deletions

View file

@ -34,9 +34,12 @@
sops
tldr
screen
zsh
inputs.compose2nix.packages.${pkgs.system}.default
];
programs.zsh.enable = true;
programs.nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;

View file

@ -8,7 +8,7 @@
enable = true;
userName = "xqtc";
userEmail = "xqtc@tutanota.com";
signing ={
signing = {
key = "655F2C328563DC87FB2077CC2C064D095926D9D1";
signByDefault = true;
};

View file

@ -115,7 +115,7 @@ in {
ripgrep
sayonara
# mpv
mpv
feishin
nix-tree

View file

@ -164,8 +164,8 @@
users.users.xqtc = {
isNormalUser = true;
extraGroups = ["wheel" "sudo" "docker" "adbusers"]; # Enable sudo for the user.
packages = with pkgs; [wezterm nushell];
shell = pkgs.nushell;
packages = with pkgs; [wezterm nushell zsh];
shell = pkgs.zsh;
};
# List packages installed in system profile. To search, run:
@ -201,11 +201,11 @@
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
# };
programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
# List services that you want to enable:

View file

@ -127,7 +127,7 @@
isNormalUser = true;
extraGroups = ["wheel" "docker" "libvirtd" "adbusers"]; # Enable sudo for the user.
packages = with pkgs; [nushell];
shell = pkgs.nushell;
shell = pkgs.zsh;
};
# List packages installed in system profile. To search, run: