Update 3 files
- /flake.nix - /configuration.nix - /modules/hm/default.nix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
let
|
||||
idea20243 = pkgs.jetbrains.idea-ultimate.overrideAttrs (oldAttrs: {
|
||||
version = "2024.3.7";
|
||||
@@ -20,6 +20,14 @@ in
|
||||
# pkgs.userPkgs.vscode - your personal nixpkgs version
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
||||
plugins = [
|
||||
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.<plugin>
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
# hydenix home-manager options go here
|
||||
hydenix = {
|
||||
|
||||
Reference in New Issue
Block a user