Compare commits

...

3 Commits

Author SHA1 Message Date
Alexandre LUCAZEAU 553d476b36
ADD guake
FIX fish aliases
2022-10-15 18:04:27 +02:00
Alexandre LUCAZEAU b7880d4b21
ADD zellij multiplexeur 2022-10-14 10:38:14 +02:00
Alexandre LUCAZEAU 4d4754dbad
ADD vagrant package and configuration with libvirt 2022-10-13 12:27:30 +02:00
5 changed files with 36 additions and 5 deletions

View File

@ -22,7 +22,19 @@
programs = {
zsh.enable = true;
fish.enable = true;
fish = {
enable = true;
shellAliases = {
ll = "ls -l";
ls = "lsd";
vi = "nvim";
vim = "nvim";
cat = "bat";
sysrs = "sudo nixos-rebuild switch";
sysup = "sudo nixos-rebuild switch --upgrade";
sysclean = "sudo nix-collect-garbage -d; and sudo nix-store --optimise";
};
};
ssh = {
setXAuthLocation = true;
forwardX11 = true;
@ -161,7 +173,7 @@
isNormalUser = true;
home = "/home/alexandre";
description = "alexandre";
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "vboxusers" "scanner" "lp" "plocate" ];
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" "qemu-libvirtd" "vboxusers" "scanner" "lp" "plocate" ];
hashedPassword = "$6$7m77oPQxa$W9YnRLo1X2eqztBHwpoH8diHGkBno5O39AMyL9Qm8y8I6uW63H2Nwx4p239OG5zhOxA8J1lZvHTQ3hKPSP9mT/";
};
};

View File

@ -2,6 +2,7 @@
{
# SERVICES
virtualisation.libvirtd.enable = true;
services = {
printing = {
enable = true;

View File

@ -0,0 +1,16 @@
copy_command: "xclip -selection clipboard" # x11
#copy_command: "wl-copy" # wayland
theme: nord
themes:
nord:
fg: [216,222,233]
bg: [46,52,64]
black: [59,66,82]
red: [191,97,106]
green: [163,190,140]
yellow: [235,203,139]
blue: [129,161,193]
magenta: [180,142,173]
cyan: [136,192,208]
white: [229,233,240]
orange: [208,135,112]

View File

@ -23,8 +23,8 @@
};
xsession.numlock.enable = true;
home.file = {
".wezterm.lua" = {
source = ./configs/wezterm.lua;
"./.config/zellij/config.yaml" = {
source = ./configs/zellij;
};
};
}

View File

@ -55,8 +55,10 @@
udiskie
libnotify
sublime-music
wezterm
drawio
lsd
vagrant
zellij
guake
];
}