mirror of
https://git.gay/xqtc/nixos-config
synced 2024-12-28 07:43:45 +01:00
Compare commits
2 commits
7f094eb0b1
...
d8456a38b7
Author | SHA1 | Date | |
---|---|---|---|
xqtc | d8456a38b7 | ||
xqtc | e0f3980099 |
|
@ -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;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
enable = true;
|
||||
userName = "xqtc";
|
||||
userEmail = "xqtc@tutanota.com";
|
||||
signing ={
|
||||
signing = {
|
||||
key = "655F2C328563DC87FB2077CC2C064D095926D9D1";
|
||||
signByDefault = true;
|
||||
};
|
||||
|
|
|
@ -115,7 +115,7 @@ in {
|
|||
ripgrep
|
||||
|
||||
sayonara
|
||||
# mpv
|
||||
mpv
|
||||
feishin
|
||||
|
||||
nix-tree
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue