prep laptop

This commit is contained in:
afoucaultc 2026-08-11 10:41:35 +02:00
parent c4b51ecb25
commit a0b9e7ffe2
9 changed files with 9 additions and 9 deletions

View file

@ -1 +1 @@
/nix/store/z230y5930gq8slw9iskj0xnk9cpz9cl9-home-manager-files/.config/hypr/.luarc.json /nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/hypr/.luarc.json

View file

@ -1 +1 @@
/nix/store/z230y5930gq8slw9iskj0xnk9cpz9cl9-home-manager-files/.config/hypr/hyprland.lua /nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/hypr/hyprland.lua

View file

@ -1 +1 @@
/nix/store/z230y5930gq8slw9iskj0xnk9cpz9cl9-home-manager-files/.config/inkscape/palettes /nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/inkscape/palettes

View file

@ -1 +1 @@
/nix/store/z230y5930gq8slw9iskj0xnk9cpz9cl9-home-manager-files/.config/inkscape/templates /nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/inkscape/templates

View file

@ -1 +1 @@
/nix/store/z230y5930gq8slw9iskj0xnk9cpz9cl9-home-manager-files/.config/kitty/kitty.conf /nix/store/zks330cms6y9r46zz2afbfk1ncb3787x-home-manager-files/.config/kitty/kitty.conf

View file

@ -8,6 +8,7 @@
# sinon, dans other_apps* # sinon, dans other_apps*
./packages/obs.nix ./packages/obs.nix
./packages/other_apps.nix ./packages/other_apps.nix
./packages/hyprland.nix
./shared.nix ./shared.nix
# dotfiles links # dotfiles links
./dotfiles_apps.nix ./dotfiles_apps.nix

View file

@ -68,8 +68,8 @@
struts = { struts = {
left = 0; left = 0;
right = 0; right = 0;
top = 10; top = 0;
bottom = 10; bottom = 0;
}; };
# background-color = "transparent"; # background-color = "transparent";

View file

@ -5,7 +5,6 @@
./packages/firefox.nix ./packages/firefox.nix
./packages/git.nix ./packages/git.nix
./packages/security.nix ./packages/security.nix
./packages/hyprland.nix
./packages/kitty.nix ./packages/kitty.nix
./packages/mpv.nix ./packages/mpv.nix
./packages/neovim.nix ./packages/neovim.nix

View file

@ -30,7 +30,7 @@
../common/programs/steam.nix ../common/programs/steam.nix
# packages & others # packages & others
../common/niri.nix ../common/niri.nix
../common/hyprland.nix #../common/hyprland.nix
../common/wayland.nix ../common/wayland.nix
../common/system_packages.nix # profil nixos-hardware pour le ThinkPad E560 ../common/system_packages.nix # profil nixos-hardware pour le ThinkPad E560
# nécessite l'input nixos-hardware dans flake.nix # nécessite l'input nixos-hardware dans flake.nix