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";
|
# services.xserver.windowManager.i3.configFile = "./local-configs/config";
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|
|
@ -79,6 +79,8 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# System Packages go here
|
# System Packages go here
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
|
pkgs.xdotool
|
||||||
|
pkgs.vscode
|
||||||
pkgs.scrot
|
pkgs.scrot
|
||||||
pkgs.imagemagick
|
pkgs.imagemagick
|
||||||
pkgs.papirus-nord
|
pkgs.papirus-nord
|
||||||
|
@ -87,6 +89,7 @@
|
||||||
pkgs.tree
|
pkgs.tree
|
||||||
pkgs.rofi
|
pkgs.rofi
|
||||||
pkgs.i3blocks
|
pkgs.i3blocks
|
||||||
|
pkgs.polybar
|
||||||
pkgs.i3
|
pkgs.i3
|
||||||
pkgs.prismlauncher
|
pkgs.prismlauncher
|
||||||
pkgs.alejandra
|
pkgs.alejandra
|
||||||
|
@ -190,6 +193,10 @@
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
services.logind = {
|
||||||
|
extraConfig = "HandlePowerKey=suspend";
|
||||||
|
lidSwitch = "suspend";
|
||||||
|
};
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns = true;
|
||||||
|
|
Loading…
Reference in a new issue