update hyprland usage

This commit is contained in:
2025-04-21 21:32:17 +08:00
parent 90126edab0
commit ac9d778c53
7 changed files with 22 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
# This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{ inputs, outputs, lib, config, pkgs, username, useremail, hyprland, ... }:
{ inputs, outputs, lib, config, pkgs, username, useremail, ... }:
{
# You can import other home-manager modules here
imports = [

View File

@@ -1,7 +1,7 @@
# This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{ inputs, outputs, lib, config, pkgs, username, useremail, hyprland, ... }: {
{ inputs, outputs, lib, config, pkgs, username, useremail, ... }: {
# You can import other home-manager modules here
imports = [
# If you want to use modules your own flake exports (from modules/home-manager):