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; [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.librewolf
|
pkgs.ungoogled-chromium
|
||||||
pkgs.spotify
|
pkgs.spotify
|
||||||
pkgs.bitwarden-desktop
|
pkgs.bitwarden-desktop
|
||||||
pkgs.bitwarden-cli
|
pkgs.bitwarden-cli
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
users.users.atridad = {
|
users.users.atridad = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Atridad Lahiji";
|
description = "Atridad Lahiji";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "adbusers" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
];
|
];
|
||||||
|
|
2
dev.nix
2
dev.nix
|
@ -44,4 +44,6 @@
|
||||||
pkgs.helix
|
pkgs.helix
|
||||||
pkgs.zed-editor
|
pkgs.zed-editor
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.adb.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue