Fix sxhkd
This commit is contained in:
parent
2ff62b772c
commit
7117c20646
7 changed files with 73 additions and 62 deletions
11
home.nix
11
home.nix
|
|
@ -13,22 +13,22 @@ in {
|
|||
keyboard.layout = "it";
|
||||
keyboard.options = ["terminate:ctrl_alt_bksp" "compose:rctrl"];
|
||||
packages = (with pkgs; [
|
||||
neofetch
|
||||
discord
|
||||
evolution
|
||||
firefox
|
||||
gallery-dl
|
||||
gnome3.evince
|
||||
gnome3.file-roller
|
||||
gnome3.nautilus
|
||||
gnome3.gnome-screenshot
|
||||
gnome3.nautilus
|
||||
htop
|
||||
jetbrains.datagrip
|
||||
libreoffice-fresh
|
||||
lutris
|
||||
jetbrains.datagrip
|
||||
megasync
|
||||
mpv
|
||||
neofetch
|
||||
neofetch
|
||||
nerdfonts
|
||||
obsidian
|
||||
openvpn
|
||||
|
|
@ -51,6 +51,8 @@ in {
|
|||
};
|
||||
|
||||
imports = [
|
||||
./modules/configurations.nix
|
||||
|
||||
./modules/alacritty.nix
|
||||
./modules/bat.nix
|
||||
./modules/broot.nix
|
||||
|
|
@ -61,6 +63,7 @@ in {
|
|||
./modules/git.nix
|
||||
./modules/go.nix
|
||||
./modules/gpg.nix
|
||||
./modules/info.nix
|
||||
./modules/kakoune.nix
|
||||
./modules/picom.nix
|
||||
./modules/qogir_theme.nix
|
||||
|
|
@ -72,6 +75,8 @@ in {
|
|||
./modules/tmux.nix
|
||||
];
|
||||
|
||||
# Autolock services: xss-lock.service xautolock-session.service
|
||||
|
||||
programs = {
|
||||
# command-not-found.enable = true;
|
||||
home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue