更新hyprland配置; 更新flake配置的方式
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# This is your home-manager configuration file
|
||||
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
|
||||
|
||||
{ outputs, lib, config, pkgs, username, useremail, sysversion, ... }: {
|
||||
{ outputs, pkgs, username, useremail, sysversion, ... }: {
|
||||
|
||||
home = {
|
||||
inherit username;
|
||||
|
||||
@@ -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, ... }:
|
||||
{ inputs, outputs, pkgs, ... }:
|
||||
{
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
@@ -35,10 +35,10 @@
|
||||
|
||||
zip
|
||||
unzip
|
||||
usbutils # lsusb etc.
|
||||
lsof # lsof process util
|
||||
htop # process monitor
|
||||
pciutils # lspci etc.
|
||||
usbutils # lsusb etc.
|
||||
lsof # lsof process util
|
||||
htop # process monitor
|
||||
pciutils # lspci etc.
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user