Merge branch 'config' of im.badat.dev:bad/devos into config
This commit is contained in:
commit
b0ce77e392
4 changed files with 7 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
||||||
git
|
git
|
||||||
gdb
|
gdb
|
||||||
];
|
];
|
||||||
|
virtualisation.podman.enable = true;
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,4 +9,7 @@
|
||||||
gimp
|
gimp
|
||||||
];
|
];
|
||||||
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
services.dbus.packages = with pkgs; [ gnome3.dconf ];
|
||||||
|
services.gvfs.enable = true;
|
||||||
|
services.udisks2.enable = true;
|
||||||
|
services.devmon.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ users, profiles, userProfiles, ... }:
|
{ users, profiles, userProfiles, ... }:
|
||||||
{
|
{
|
||||||
system = with profiles; rec {
|
system = with profiles; rec {
|
||||||
base = [ users.mae users.root ];
|
base = [ users.root ];
|
||||||
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn tor ];
|
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn tor ];
|
||||||
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
|
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
|
||||||
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
|
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
config = "colorscheme iceberg";
|
config = "colorscheme iceberg";
|
||||||
}
|
}
|
||||||
vim-sleuth
|
vim-sleuth
|
||||||
|
vim-markdown-composer
|
||||||
coc-json
|
coc-json
|
||||||
coc-html
|
coc-html
|
||||||
coc-tsserver
|
coc-tsserver
|
||||||
|
|
Loading…
Reference in a new issue