mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 16:39:42 -04:00
prepared workstation
This commit is contained in:
parent
3b29594b79
commit
703e815611
1 changed files with 5 additions and 2 deletions
|
|
@ -31,8 +31,11 @@
|
||||||
user = {
|
user = {
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
gpg.enable = true;
|
|
||||||
security.enable = false;
|
security= {
|
||||||
|
gpg.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
gui = {
|
gui = {
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue