hyprland input flake
This commit is contained in:
parent
af8635f517
commit
4b4554e557
@ -3,6 +3,7 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
|
||||
@ -22,6 +22,8 @@
|
||||
programming.enable = true;
|
||||
games.enable = true;
|
||||
|
||||
services.dunst.enable = true;
|
||||
|
||||
stylix.targets.bat.enable = true;
|
||||
stylix.targets.btop.enable = true;
|
||||
stylix.targets.dunst.enable = true;
|
||||
|
||||
@ -15,6 +15,11 @@
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
|
||||
userSettings = {
|
||||
"editor.fontSize" = 16;
|
||||
};
|
||||
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
ms-azuretools.vscode-docker
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user