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 sops
tldr tldr
screen screen
zsh
inputs.compose2nix.packages.${pkgs.system}.default inputs.compose2nix.packages.${pkgs.system}.default
]; ];
programs.zsh.enable = true;
programs.nix-ld = { programs.nix-ld = {
enable = true; enable = true;
package = pkgs.nix-ld-rs; package = pkgs.nix-ld-rs;

View file

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

View file

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

View file

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

View file

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