mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
switched
This commit is contained in:
parent
85d5655422
commit
a9347dcd82
2 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pavucontrol
|
vim
|
||||||
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.sway = {
|
programs.sway = {
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
pavucontrol
|
||||||
xdg-utils
|
xdg-utils
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue