other minor changes
This commit is contained in:
parent
0c58e9cc82
commit
e9cac74224
2 changed files with 9 additions and 0 deletions
|
@ -7,11 +7,15 @@
|
|||
./mako.nix
|
||||
./wofi.nix
|
||||
./waybar.nix
|
||||
./vscode.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wf-recorder
|
||||
wl-clipboard
|
||||
gnome-keyring
|
||||
vesktop
|
||||
xdg-utils
|
||||
];
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
|
|
5
home/common/desktop/vscode.nix
Normal file
5
home/common/desktop/vscode.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue