Нет описания

Ludovico Piero 5f8bcc2360 gBar: change colorscheme to catppuccin 1 год назад
.github b4dd9a0ee7 build(deps): bump cachix/install-nix-action from 20 to 22 1 год назад
assets 9a8a2a20e4 change windowmanager to sway 1 год назад
hosts 3a9dcfab68 greetd: use gtkgreet 1 год назад
modules 87b33d7569 emacs: change config 1 год назад
overlays d9b6827521 overlays: pin waybar version 1 год назад
pkgs 3a9dcfab68 greetd: use gtkgreet 1 год назад
users 5f8bcc2360 gBar: change colorscheme to catppuccin 1 год назад
.envrc 6d04fcddd3 add .envrc 1 год назад
.gitignore 9457d96365 users/shared: change record screen using wl-screenrec 1 год назад
.sops.yaml 81d18a8423 enable sudo 1 год назад
README.md d85ce135c9 switch to Hyprland 1 год назад
flake.lock 46df4cbb0a flake.lock: Update 1 год назад
flake.nix f39544bdc0 emacs: use overlays 1 год назад
nix-settings.nix 933671e217 ci: change cachix name 1 год назад
nixpkgs.nix be2bc24cbd add devshell 1 год назад
shell.nix d8e28f102b tesT 1 год назад

README.md

NixOS # ❖ Ludovico's Dotfiles ❖ ![GitHub Repo stars](https://img.shields.io/github/stars/ludovicopiero/dotfiles?style=for-the-badge&labelColor=1B2330&color=ef65ea) ![GitHub last commit](https://img.shields.io/github/last-commit/ludovicopiero/dotfiles?style=for-the-badge&labelColor=1B2330&color=ef65ea) ![GitHub repo size](https://img.shields.io/github/repo-size/ludovicopiero/dotfiles?style=for-the-badge&labelColor=1B2330&color=ef65ea) [![Made with Doom Emacs](https://img.shields.io/badge/Made_with-Doom_Emacs-blueviolet.svg?style=for-the-badge&logo=GNU%20Emacs&labelColor=1B2330&logoColor=white&color=ef65ea)](https://github.com/doomemacs/doom-emacs) [![NixOS Master](https://img.shields.io/badge/NixOS-master-blue.svg?style=for-the-badge&labelColor=1B2330&logo=NixOS&logoColor=white&color=ef65ea)](https://nixos.org) This is my personal NixOS configuration. This configuration is heavily based on the config of [fortuneteller2k](https://github.com/fortuneteller2k/nix-config). It is a work in progress and I am still learning NixOS. I am using this configuration to learn Nix and to learn how to use NixOS to manage my personal computers.
> **Any damage caused by this configuration is not my responsibility. Use at your own risk.**

Screenshot

:computer: Details

:cherry_blossom: Acknowledgment

These are the people who have helped me learn Nix and NixOS. I would not have been able to do this without them.

:question: Why Nix?

Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.