add vscode
This commit is contained in:
parent
3cd7f5e790
commit
93a61d6d82
2 changed files with 9 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -73,6 +73,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
# services.polybar.enable = true;
|
||||
|
||||
# services.xserver.windowManager.i3.configFile = "./local-configs/config";
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
|
@ -79,6 +79,8 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
# System Packages go here
|
||||
pkgs.brave
|
||||
pkgs.xdotool
|
||||
pkgs.vscode
|
||||
pkgs.scrot
|
||||
pkgs.imagemagick
|
||||
pkgs.papirus-nord
|
||||
|
@ -87,6 +89,7 @@
|
|||
pkgs.tree
|
||||
pkgs.rofi
|
||||
pkgs.i3blocks
|
||||
pkgs.polybar
|
||||
pkgs.i3
|
||||
pkgs.prismlauncher
|
||||
pkgs.alejandra
|
||||
|
@ -190,6 +193,10 @@
|
|||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
services.printing.enable = true;
|
||||
|
||||
services.logind = {
|
||||
extraConfig = "HandlePowerKey=suspend";
|
||||
lidSwitch = "suspend";
|
||||
};
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
|
|
Loading…
Reference in a new issue