flake

Francesco Saccone's Nix flake.
git clone https://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-04-16 18:11feat: install 'qrcode' packageFrancesco Saccone1+1-0
2025-04-16 17:34fix: instead of web hosting git dir, copy repositories in www dirFrancesco Saccone1+8-2
2025-04-16 17:21feat: use https:// instead of git:// for cloning informationFrancesco Saccone1+1-1
2025-04-16 17:18feat: implement dumb HTTP protocol for GitFrancesco Saccone1+10-5
2025-04-16 17:09feat: generate and host stagit web pages in git repos directoryFrancesco Saccone1+2-1
2025-04-16 17:06feat: make 'directory' options writableFrancesco Saccone1+1-2
2025-04-16 16:58fix: chmod u+rw stagit destination dirFrancesco Saccone1+1-0
2025-04-16 16:47fix: copy, instead of symlinking, generated files for the webFrancesco Saccone1+9-9
2025-04-16 16:46fix: run quark as user 'git'Francesco Saccone1+1-0
2025-04-16 16:44feat: add and implement 'user' optionFrancesco Saccone1+6-1
2025-04-16 16:20feat: remove 'quark-setup' serviceFrancesco Saccone2+0-26
2025-04-16 16:17feat: remove unused 'symlinks' option and its implementationFrancesco Saccone1+1-33
2025-04-16 16:15feat: replace Darkhttpd with Quark web serverFrancesco Saccone9+333-336
2025-04-16 15:41feat: copy static content directly in www dir insted of symlinkFrancesco Saccone1+8-5
2025-04-16 15:39feat: generate stagit directory in www dir instead of symlinkFrancesco Saccone1+1-17
2025-04-16 15:29feat: generate html content directly to www dir instead of symlinkFrancesco Saccone1+3-8
2025-04-14 15:20refactor: divide 'wayland' module in 'ly' and 'sway' modulesFrancesco Saccone5+60-37
2025-04-14 15:07refactor: define sway colors in colors.nix and move background.pngFrancesco Saccone3+21-8
2025-04-14 15:00feat: set 'backgroundImage' and 'colors' options of sway moduleFrancesco Saccone2+8-0
2025-04-14 15:01feat: remove default values of 'backgroundImage' and 'colors'Francesco Saccone1+0-8
2025-04-14 14:55fix: use 'backgroundImage' option instead of background.pngFrancesco Saccone1+2-2
2025-04-14 14:54feat: add 'backgroundImage' optionFrancesco Saccone1+5-0
2025-04-14 14:52fix: use newly created 'colors' options instead of colors.nixFrancesco Saccone2+2-3
2025-04-14 14:48refactor: define default 'colors' inlineFrancesco Saccone2+7-12
2025-04-14 14:45feat: define the 'colors' option (with read-only 'transparent')Francesco Saccone2+37-1
2025-04-14 14:37style: remove last empty lineFrancesco Saccone1+0-1
2025-04-14 14:37chore: fix nonexistent server flake in example commandFrancesco Saccone1+1-1
2025-04-14 14:36chore: fix minor grammatical issuesFrancesco Saccone1+2-2
2025-04-14 14:35style: add empty lines between list elementsFrancesco Saccone1+2-0
2025-04-14 14:34chore: add the 'NixOS modules' sectionFrancesco Saccone1+13-0
2025-04-14 14:28chore: remove 'Home Manager configurations' sectionFrancesco Saccone1+0-5
2025-04-14 14:24refactor: make homeManagerModules output an actual nixos moduleFrancesco Saccone2+5-4
2025-04-14 14:22refactor: reorder outputsFrancesco Saccone1+4-4
2025-04-14 14:20refactor: do not use the 'with' keywordFrancesco Saccone2+20-20
2025-04-14 14:13refactor: rename modules/home/ to modules/home-manager/Francesco Saccone14+1-1
2025-04-14 14:10refactor: import homeManagerModules from self flakeFrancesco Saccone1+1-1
2025-04-14 14:08refactor: use nixosModules from self flake instead of hardcodingFrancesco Saccone1+1-1
2025-04-14 14:03feat: define nixosModules and homeManagerModules outputs of flakeFrancesco Saccone1+4-0
2025-04-14 13:58refactor: move home-manager definitions from flake.nix to hostFrancesco Saccone2+22-22
2025-04-14 13:52refactor: move homes/francesco/home to hosts/laptop/Francesco Saccone4+1-1
2025-04-14 13:49refactor: remove homes/francesco/user/ and move contents in laptopFrancesco Saccone3+20-31
2025-04-14 13:43refactor: remove common home and define mksh PS1 in francescoFrancesco Saccone3+24-30
2025-04-14 13:38refactor: remove make-home-modules lib function and inline its callsFrancesco Saccone2+30-37
2025-04-12 08:00feat: enable xwaylandFrancesco Saccone1+1-1
2025-04-11 17:19feat: install flatpakFrancesco Saccone1+2-0
2025-04-11 17:19feat: use emojisFrancesco Saccone1+11-11
2025-04-06 20:06fix: remove lidSwitch, powerKey and powerKeyLongPress logind definitionsFrancesco Saccone1+0-7
2025-04-06 19:05feat: define title of foot terminalFrancesco Saccone1+2-0
2025-04-06 19:01feat: define cursor section of foot terminalFrancesco Saccone1+7-0
2025-04-06 18:55refactor: rename color 'white' to 'foreground'Francesco Saccone3+12-12
2025-04-06 18:53refactor: define 'background' and 'foreground' set using parseColorFrancesco Saccone1+5-2
2025-04-06 18:35feat: disable xwaylandFrancesco Saccone1+1-0
2025-04-06 18:35feat: install and use graphite-dark-nord cursorFrancesco Saccone1+12-4
2025-04-06 17:42feat: make default window background white but still no borderFrancesco Saccone1+2-2
2025-04-06 17:14fix: remove 'background' color definitionFrancesco Saccone1+0-2
2025-04-06 17:11style: ignore .png filesFrancesco Saccone1+1-0
2025-04-06 17:09refactor: make childBorder and indicator always set to borderFrancesco Saccone1+14-7
2025-04-06 17:07feat: make default background transparentFrancesco Saccone1+1-1
2025-04-06 16:59feat: make default border, childBorder and indicator transparentFrancesco Saccone1+3-3
2025-04-06 16:58style: reformat with 'nix fmt'Francesco Saccone1+32-30
2025-04-06 16:57refactor: define 'default' window colors definitionFrancesco Saccone1+19-13
2025-04-06 16:55style: shorten colors.background with inheritFrancesco Saccone1+2-2
2025-04-06 16:53refactor: shorten 'unfocused' definition by using a recFrancesco Saccone1+2-8
2025-04-06 16:51feat: remove 'placeholder' window colors definitionFrancesco Saccone1+0-7
2025-04-06 16:47feat: define colors for focusedInactive windowsFrancesco Saccone1+7-0
2025-04-06 16:21fix: set background color to transparentFrancesco Saccone1+1-1
2025-04-06 16:20feat: define 'transparent' color with alpha 0Francesco Saccone1+2-0
2025-04-06 15:54feat: have bar to top instead of bottomFrancesco Saccone1+1-1
2025-04-06 15:49feat: fully replace 'background' with 'black'Francesco Saccone3+17-18
2025-04-06 15:49feat: make separator invisibleFrancesco Saccone1+1-1
2025-04-06 15:36feat: add alpha value to foot terminalFrancesco Saccone1+1-0
2025-04-06 15:34feat: update 'black' and 'white' to be more blue-tonedFrancesco Saccone1+2-2
2025-04-06 15:27feat: update gapsFrancesco Saccone1+2-6
2025-04-06 15:20refactor: define 'darkRed' and 'green' colors instead of hardcodingFrancesco Saccone2+4-2
2025-04-06 15:15refactor: use colors.red instead of hardcodingFrancesco Saccone1+1-1
2025-04-06 15:13feat: don't start terminal at startupFrancesco Saccone1+0-4
2025-04-06 15:10feat: define default sway terminalFrancesco Saccone1+1-0
2025-04-06 15:10refactor: rename commands.foot to commands.terminalFrancesco Saccone1+3-3
2025-04-06 15:01fix: use 'background' color for bar backgroundFrancesco Saccone1+1-1
2025-04-06 14:59feat: define 'background' colorFrancesco Saccone1+4-0
2025-04-06 14:56feat: install gimpFrancesco Saccone1+1-0
2025-04-06 14:49refactor: use colorscheme instead of hardcoding hex valuesFrancesco Saccone1+16-15
2025-04-06 14:47refactor: define colors in colors.nix fileFrancesco Saccone2+6-5
2025-04-06 14:43feat: add and use background imageFrancesco Saccone2+2-0
2025-04-06 14:24feat: install swaybgFrancesco Saccone1+4-1
2025-04-06 14:10refactor: define 'colors' for colorschemeFrancesco Saccone1+31-23
2025-04-06 13:46feat: remove 'www' CNAME recordFrancesco Saccone1+0-7
2025-04-04 14:44build: update site inputFrancesco Saccone1+4-4
2025-04-04 14:02fix: use suckless's sbase as the previous does not exist anymoreFrancesco Saccone1+2-2
2025-04-04 14:01feat: remove sbase repositoryFrancesco Saccone1+0-3
2025-04-04 13:56feat: update francesco's passwordFrancesco Saccone1+2-2
2025-04-04 13:51refactor: enable GRUB options from hardware modulesFrancesco Saccone4+10-10
2025-04-04 13:47fix: disable systemd-bootFrancesco Saccone1+0-8
2025-04-04 13:47build: update laptop hardware configurationFrancesco Saccone1+20-10
2025-04-04 13:45chore: add shell prefixes to scriptsFrancesco Saccone1+7-8
2025-04-04 13:44chore: fix wrong installation commandFrancesco Saccone1+2-1
2025-04-01 13:41build: update hermes to 0.1.1Francesco Saccone1+2-2
2025-04-01 12:57feat: add 'hermes' packageFrancesco Saccone2+27-0
2025-04-01 12:55feat: increase tabwidth to 8 charactersFrancesco Saccone1+1-1
2025-04-01 12:55feat: install man-pages-posixFrancesco Saccone1+1-0
204 more commits remaining, fetch the repository