This commit is contained in:
Mans Ziesel 2023-07-30 15:07:03 +02:00
parent d9dbe0aea1
commit 0f9a3fbe30
5 changed files with 22 additions and 15 deletions

View File

@ -22,32 +22,32 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685599623, "lastModified": 1689134369,
"narHash": "sha256-Tob4CMOVHue0D3RzguDBCtUmX5ji2PsdbQDbIOIKvsc=", "narHash": "sha256-0G9dutIvhS/WUr3Awcnqw71g8EVVvvkOhVDnDDbY4Fw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "93db05480c0c0f30382d3e80779e8386dcb4f9dd", "rev": "e42fb59768f0305085abde0dd27ab5e0cc15420c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-23.05", "ref": "master",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1685865905, "lastModified": 1689192006,
"narHash": "sha256-XJZ/o17eOd2sEsGif+/MQBnfa2DKmndWgJyc7CWajFc=", "narHash": "sha256-QM0f0d8oPphOTYJebsHioR9+FzJcy1QNIzREyubB91U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e7603eba51f2c7820c0a182c6bbb351181caa8e7", "rev": "2de8efefb6ce7f5e4e75bdf57376a96555986841",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-23.05", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -3,10 +3,10 @@
inputs = { inputs = {
# Nixpkgs # Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# Home manager # Home manager
home-manager.url = "github:nix-community/home-manager/release-23.05"; home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
# TODO_: Add any other flake you might need # TODO_: Add any other flake you might need

View File

@ -63,11 +63,14 @@
pulseaudio pulseaudio
discord discord
cargo cargo
go
cmake cmake
pkg-config pkg-config
fontconfig fontconfig
vmware-workstation
jetbrains.datagrip jetbrains.datagrip
firefox jetbrains.goland
jetbrains.webstorm
dig dig
python3 python3
ansible ansible
@ -75,6 +78,9 @@
exa exa
bat bat
cryptomator cryptomator
fd
kodi
nmap
]; ];
services.nextcloud-client = { services.nextcloud-client = {

View File

@ -34,4 +34,8 @@
# nvidia-drm.modeset=1 is required for some wayland compositors, e.g. sway # nvidia-drm.modeset=1 is required for some wayland compositors, e.g. sway
hardware.nvidia.modesetting.enable = true; hardware.nvidia.modesetting.enable = true;
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" "JetBrainsMono" ]; })
];
} }

View File

@ -6,9 +6,6 @@ enable_audio_bell no
map f9 close_other_windows_in_tab map f9 close_other_windows_in_tab
font_family JetBrains Mono Regular Nerd Font Complete Mono font_family JetBrainsMono Nerd Font
bold_font JetBrains Mono Bold Nerd Font Complete Mono
italic_font JetBrains Mono Italic Nerd Font Complete Mono
bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete Mono
font_size 12.0 font_size 12.0