Commit Graph

14 Commits

Author SHA1 Message Date
93a6ef8c15 chore: Update flake inputs 2024-08-06 13:53:04 +03:00
c3327f0152 feat(home): Add neovim keymaps, improve readability 2024-08-06 12:09:59 +03:00
f5b01e9f8f refactor(system, home): Move mpv [./system -> ./home], add git to ./system 2024-08-06 02:28:20 +03:00
668c2f17c4 refactor(flake, system): improve code structure
Refactor configuration generation

- Inherit lib from nixpkgs
- Rename functions (mkHome -> makeHome, merge -> forEachHost
- Relocate some variables' definitions into config generator functions
- Create separate function to track home-manager modules
2024-08-06 01:59:04 +03:00
2f0934d02b Removed "# vim: ts=2 sw=2 et" from all files 2024-08-05 01:59:45 +03:00
b4f1f0401d Changed neovim colorscheme to nightfox/nordfox 2024-08-05 01:59:05 +03:00
299528e840 Moved common stuff into ./home/common.nix 2024-08-05 01:35:00 +03:00
9d7e4d18be Moved firefox config into ./home/components and included it into ./home/common.nix 2024-08-05 00:43:16 +03:00
0ae6f0a1a8 Removed unnecessary { ... }: headers from ./home/**/*.nix 2024-08-05 00:21:49 +03:00
2418e8153a Moved nethack config into ./home/components and included it into ./home/common.nix 2024-08-05 00:20:57 +03:00
54e78d806e Included ./system/common.nix in mkSystem function in flake.nix 2024-08-04 23:53:28 +03:00
f4abaea989 Moved awesomerc and hyprland configs into ./home/components 2024-08-04 23:47:49 +03:00
f00850f5d6 Added ./system/common.nix and optimized ./system/${hostname}.nix 2024-08-04 23:43:48 +03:00
a64093ce19 Initial commit 2024-08-04 21:15:01 +03:00