Lots of shit
This commit is contained in:
parent
c72c749a41
commit
e16ad32259
3 changed files with 4 additions and 2 deletions
2
apps.nix
2
apps.nix
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs.librewolf
|
||||
pkgs.ungoogled-chromium
|
||||
pkgs.spotify
|
||||
pkgs.bitwarden-desktop
|
||||
pkgs.bitwarden-cli
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
users.users.atridad = {
|
||||
isNormalUser = true;
|
||||
description = "Atridad Lahiji";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "adbusers" ];
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
];
|
||||
|
|
2
dev.nix
2
dev.nix
|
@ -44,4 +44,6 @@
|
|||
pkgs.helix
|
||||
pkgs.zed-editor
|
||||
];
|
||||
|
||||
programs.adb.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue