This commit is contained in:
Trevor Vallender 2023-02-23 12:26:53 +00:00
parent 8fd62e3107
commit 3950978337
5 changed files with 24 additions and 17 deletions

View File

@ -19,7 +19,7 @@ in
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "thompson";
networking.hostName = "ritchie";
networking.networkmanager.enable = true;
time.timeZone = "Europe/London";
@ -61,7 +61,6 @@ in
hardware.bluetooth.enable = true;
environment.systemPackages = with pkgs; [
neovim
wget
tmux
git

View File

@ -8,7 +8,7 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" "thunderbolt" "vmd" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];

View File

@ -6,8 +6,6 @@
email = trevor@tsvallender.co.uk
[includeIf "gitdir:~/foxsoft/"]
path = ~/.config/git/config_foxsoft
[includeIf "gitdir:~/rightspend/"]
path = ~/.config/git/config_rightspend
[core]
autocrlf = input
safecrlf = true

View File

@ -29,20 +29,20 @@
_1password-gui
anki
awsebcli
bitwarden
cachix
calibre
delta # Nice diffing pager for Git
docker-compose
firefox
fzf
gcc
git-crypt
gitflow
gnupg
gimp
heroku
htop
kmail
korganizer
libreoffice
nerdfonts
ripgrep
@ -52,19 +52,23 @@
slack
spotify
thunderbird
vimPlugins.vim-plug
vimPlugins.packer-nvim
wine
winetricks
zoom-us
];
programs.neovim = {
enable = true;
plugins = [
pkgs.vimPlugins.packer-nvim
];
};
home.file.".bash_profile".source = ./bash_profile;
home.file.".tmux.conf".source = ./tmux.conf;
xdg.configFile."git/config".source = ./git/config;
xdg.configFile."git/foxsoft_config".source = ./git/config_foxsoft;
xdg.configFile."nvim/init.vim".source = ./nvim/init.vim;
xdg.configFile."git/config_foxsoft".source = ./git/config_foxsoft;
home.file.".ssh/config".source = ./ssh/config;
home.file.".LESS_TERMCAP".source = ./LESS_TERMCAP;
services.syncthing.enable = true;

View File

@ -20,3 +20,9 @@ Host git.foxsoft.co.uk
HostName git.foxsoft.co.uk
IdentityFile /home/tsv/.ssh/foxsoft
IdentitiesOnly yes
Host obs
HostName obs.foxsoft.net
IdentityFile /home/tsv/.ssh/foxsoft
IdentitiesOnly yes