add libcaca , change lock screen

This commit is contained in:
2025-02-19 14:52:55 +01:00
parent 8afac71b8c
commit 00e482e95c
6 changed files with 11 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
# Updated: 2025/02/12 16:49:55 by tomoron ### ########.fr #
# Updated: 2025/02/14 16:44:45 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -73,6 +73,7 @@
home.file = { #should be able to make most of these in nix configs
".config/wallpaper.png".source = lib.mkDefault utils/wallpaper.png;
".config/pc.jpg".source = lib.mkDefault utils/pc.jpg;
".local/share/rofi/themes".source = "${builtins.fetchGit {
url = "https://github.com/newmanls/rofi-themes-collection";

View File

@ -19,6 +19,10 @@
};
wayland.windowManager.hyprland.settings = {
workspace = [
"1, monitor:eDP-1"
"2, monitor:HDMI-A-1, default:true"
];
bind = [
", XF86Launch1, exec, hyprlock"
", XF86Launch4, exec, pkill activate-linux"

View File

@ -11,8 +11,8 @@
background = {
monitor = "";
path = "~/.config/wallpaper.png";
blur_passes = 1;
path = "~/.config/pc.jpg";
# blur_passes = 1;
};
input-field = {

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
# Updated: 2025/02/12 12:53:12 by tomoron ### ########.fr #
# Updated: 2025/02/14 17:01:28 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -31,5 +31,6 @@
yubico-pam
dunst
bibata-cursors
libcaca
];
}

BIN
homeConfigs/utils/pc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

View File

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
{
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];