update
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
users.users.bangae1 = {
|
||||
isNormalUser = true;
|
||||
description = "bangae1";
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "tor" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "tor" "video" ];
|
||||
packages = with pkgs; [];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
@@ -97,6 +97,8 @@
|
||||
jetbrains.datagrip
|
||||
tor
|
||||
torsocks
|
||||
grim
|
||||
ydotool
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
@@ -175,6 +177,11 @@
|
||||
];
|
||||
};
|
||||
|
||||
programs.ydotool = {
|
||||
enable = true;
|
||||
group = "input";
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
jetbrains-mono
|
||||
|
||||
Reference in New Issue
Block a user