Compare commits

..

No commits in common. "d8456a38b79458eee90b814f7c8275b90949bb31" and "7f094eb0b1b753fb9a56735748c96653a1dfd193" have entirely different histories.

5 changed files with 10 additions and 13 deletions

View file

@ -34,12 +34,9 @@
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 zsh];
shell = pkgs.zsh;
packages = with pkgs; [wezterm nushell];
shell = pkgs.nushell;
};
# 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.zsh;
shell = pkgs.nushell;
};
# List packages installed in system profile. To search, run: