update laptop

This commit is contained in:
Vivian 2022-09-07 14:25:42 +02:00
parent 8be9000dc1
commit c54dff4fb1
4 changed files with 135 additions and 30 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, fetchFromGithub, ... }:
{ config, pkgs, lib, inputs, ... }:
{
programs.home-manager.enable = true;
home.username = "victor";
@ -6,6 +6,7 @@
home.stateVersion = "22.05";
imports = [
inputs.hyprland.homeManagerModules.default
./hyprland
./eww
./theme.nix
@ -42,11 +43,12 @@
wf-recorder # Screenrecorder
wl-clipboard # Clipboard manager
wofi # Wayland rofi
inputs.riff.packages.x86_64-linux.riff
];
programs.foot = {
enable = true;
};
programs.git = {
@ -95,6 +97,10 @@
};
};
programs.zsh.sessionVariables = {
DIRENV_LOG_FORMAT = "";
};
programs.zsh.enable = true;
gtk = {