Commit graph

220 commits

Author SHA1 Message Date
8f15bf0e0c dconf: create generic module and use it
no more cringe function calling, yay
2024-05-29 04:48:25 +02:00
23bfb2d222 core: make wrapped nix commands higer priority 2024-05-28 22:55:22 +02:00
e66e4aaec0 core: remove duplicate package
already defined in shell.nix
2024-05-28 22:11:59 +02:00
98bba7fa6a core: wrap nix-build and nix-shell with default log format 2024-05-28 21:51:35 +02:00
5acbee3237 core: enable git module itself
oops
2024-05-28 12:22:59 +02:00
a6568d4891 core: create git configuration 2024-05-28 12:18:08 +02:00
af43682e8b shell: always show hostname 2024-05-28 12:12:51 +02:00
a91317ff35 accunt: use initialPassword field for initial password 2024-05-28 12:06:29 +02:00
2670ad97e8 hosts/tablet: add special power key events handling 2024-05-27 03:24:34 +02:00
4d4a007a00 hosts/main: store configuration previously in device-configuration.nix in git 2024-05-27 01:58:13 +02:00
da55e963be nix-os/udev: create 2024-05-27 01:56:50 +02:00
8db3b7cc1b vm: don't follow channel 2024-05-27 01:39:46 +02:00
384fdd9172 hosts: add tablet 2024-05-27 01:32:41 +02:00
1308bb8cc5 hosts/main: remove imports from etc
/etc/nixos/configuration.nix should import hosts configuration instead
2024-05-27 01:32:24 +02:00
8c352ea5ec shell/kitty: add shortcut for copying with ansi 2024-05-26 21:15:26 +02:00
99a10f35dd core: move bootloader to hosts 2024-05-22 15:41:40 +02:00
22a7d47ace core: split to core-desktop.nix 2024-05-22 15:41:40 +02:00
0dfba79fd3 shell: remove unused comment 2024-05-21 20:22:48 +02:00
6d793ecb1c core: move neovim to shell.nix 2024-05-21 20:22:26 +02:00
1786dbfac7 core: move programs.steam to account.nix 2024-05-21 20:07:30 +02:00
6a7dff6a96 core: remove firewall option definition 2024-05-21 16:09:40 +02:00
43ba0271aa core: move system.stateVersion to hosts 2024-05-21 15:15:01 +02:00
ab2c2b00fb core: move desktop apps to account.nix 2024-05-21 15:08:52 +02:00
1095c7884b core: disable flatpak 2024-05-21 15:03:32 +02:00
bd309d916c dconf-common: fix typos 2024-05-20 22:55:51 +02:00
31994d38f6 service/nix-binary-cache: create and use in main host 2024-05-19 13:27:41 +02:00
cae29c2484 meta: rename nix-os-configs to hosts 2024-05-17 21:45:11 +02:00
5d0bf2000d virtualization: explicitly enable ovmf with OVMFFull 2024-05-17 11:22:52 +02:00
1cc877bddb unstable-packages: store version in system derivation output 2024-05-14 06:57:27 +02:00
30bee709a5 Don't use store path for environment variables 2024-05-13 08:50:31 +02:00
b5885e7fa8 core: enable vimAlias 2024-05-12 03:39:48 +02:00
cab57d1dcc core: use direct envrioment.variables for setting nvim as default editor
programs.neovim.defaultEditor only sets "nvim" which is dependent on the PATH,
I don't want that
2024-05-12 03:39:08 +02:00
04767f4059 core: replace neofetch with fastfetch 2024-05-02 10:00:04 +02:00
2042ae5232 shell.nix: apply HISTCONTROL to bash interactiveShellInit 2024-04-20 03:28:18 +02:00
0d838e68aa dconf-common: set button layout and enable resizing with meta+rmb 2024-04-20 00:03:23 +02:00
9fffce71cd Cosmic+Cosmic greeter: Align to upstream changes 2024-04-19 22:51:28 +02:00
755958c603 Merge branch 'main' into cosmic 2024-04-19 21:57:21 +02:00
5ca45e2ac5 shell.nix: Don't keep history of commands that starts with space in bash 2024-04-03 02:38:58 +02:00
6b384feb78 shell: add drag command 2024-03-21 22:48:14 +01:00
b79c776d97 cosmic: add binary cache server 2024-03-13 14:30:01 +01:00
cb4d369d96 Merge branch 'main' into cosmic 2024-03-13 14:29:05 +01:00
98432fd3a1 split desktop directory 2024-03-13 10:59:04 +01:00
f84333b9a5 Cosmic: init
this desktop environment is still in alpha (or pre alpha)
2024-03-08 09:06:58 +01:00
a975e7fb14 shell.nix/kitty: use empty string for "Do not set" 2024-03-08 08:52:18 +01:00
c82766f62a shell: add alias bye=exit 2024-03-06 04:28:21 +01:00
ca4fc664f7 neovim: add multicursor plugin 2024-03-01 22:00:49 +01:00
ffb6be2ea2 Don't depend on external nixos-unstable channel
modules can now use unstablePkgs argument
2024-02-19 07:20:12 +01:00
fca3744086 allow forwardding arguments to nix-build for ./vm.sh 2024-02-19 03:16:43 +01:00
68dc2f259d Add zoxide to ranger using plugin 2024-02-18 23:33:39 +01:00
f753431218 Shell: add zoxide
https://github.com/ajeetdsouza/zoxide
2024-02-17 07:15:11 +01:00