Add codium with direnv and home-manager
This commit is contained in:
parent
86828d1c46
commit
79072ec7e3
2 changed files with 13 additions and 1 deletions
12
home/fhauser/applications/codium.nix
Normal file
12
home/fhauser/applications/codium.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
mkhl.direnv
|
||||
jnoortheen.nix-ide
|
||||
];
|
||||
};
|
||||
}
|
|
@ -27,6 +27,7 @@
|
|||
./vim.nix
|
||||
./waybar.nix
|
||||
./webapps.nix
|
||||
./codium.nix
|
||||
];
|
||||
|
||||
services = {
|
||||
|
@ -78,7 +79,6 @@
|
|||
]
|
||||
++ [
|
||||
# Development
|
||||
vscodium
|
||||
virt-manager
|
||||
modemmanager # TODO: makes sense here?
|
||||
modem-manager-gui
|
||||
|
|
Loading…
Add table
Reference in a new issue