fixes and new applications

This commit is contained in:
Maddie H 2023-07-12 20:43:28 +01:00
parent c4a15b2aa1
commit fc994d212f
8 changed files with 26 additions and 15 deletions

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684343812, "lastModified": 1689178160,
"narHash": "sha256-ZTEjiC8PDKeP8JRchuwcFXUNlMcyQ4U+DpyVZ3pB6Q4=", "narHash": "sha256-TVR0hn/JWo1qmtvgzqjfNerLPsIxfdFR3hf3QrnEj7U=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "dfbdabbb3e797334172094d4f6c0ffca8c791281", "rev": "795492c9a895762f36f6c1ff43d6e0de66fdffa8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -27,11 +27,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684321175, "lastModified": 1689134369,
"narHash": "sha256-V4EbM+jK7pvjKBaj0dgAiW9ultzDE27Nz5fRyu/ceMk=", "narHash": "sha256-0G9dutIvhS/WUr3Awcnqw71g8EVVvvkOhVDnDDbY4Fw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "59659243cd4ababda605e79b4a9c2e6d83e24c86", "rev": "e42fb59768f0305085abde0dd27ab5e0cc15420c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1684363872, "lastModified": 1689138773,
"narHash": "sha256-jkvhzrICFSmj+NBHksKTWzs8Q3+D7RsVK0wLKacbu8s=", "narHash": "sha256-NEcJPQfwc1jNDI/ITvieJW2Y+IWdGIYCFHLJl5PGx3o=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1d77f3b72756ca36f16440c59e6b89a957908647", "rev": "bf57c599729771cd23054a18c0f3a391ae85e193",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -19,7 +19,7 @@
signing = { signing = {
key = "FA50688B9EB6D8AA070C8241C296DE8C9053683F"; key = "FA50688B9EB6D8AA070C8241C296DE8C9053683F";
signByDefault = true; signByDefault = true;
gpgPath = "gpg2"; gpgPath = "/run/current-system/sw/bin/gpg";
}; };
aliases = { aliases = {

View File

@ -3,12 +3,12 @@
{ {
programs.helix = { programs.helix = {
enable = true; enable = true;
languages = [ /* languages = [
{ {
name = "rust"; name = "rust";
auto-format = true; auto-format = true;
} }
]; ]; */
settings = { settings = {
theme = "onedark"; theme = "onedark";
keys.normal = { keys.normal = {

7
maddie/common/latex.nix Normal file
View File

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
texlive.combined.scheme-full
];
}

View File

@ -8,7 +8,7 @@
# Basic config settings # Basic config settings
enableAutosuggestions = true; enableAutosuggestions = true;
enableCompletion = true; enableCompletion = true;
enableSyntaxHighlighting = true; syntaxHighlighting.enable = true;
autocd = true; autocd = true;
/* defaultKeymap = "vicmd"; */ /* defaultKeymap = "vicmd"; */
dotDir = ".config/zsh"; dotDir = ".config/zsh";

View File

@ -46,7 +46,7 @@
${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --noprimary --mode 2560x1440 --pos 2560x0 --rotate right ${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --noprimary --mode 2560x1440 --pos 2560x0 --rotate right
# Apply wallpaper # Apply wallpaper
${pkgs.feh}/bin/feh --no-fehbg --bg-fill "$HOME/Pictures/Wallpapers/The Walking Dead/shane_1.jpg" --bg-fill "$HOME/Pictures/Wallpapers/The Walking Dead/shane_3.jpg" ${pkgs.feh}/bin/feh --no-fehbg --bg-fill "$HOME/Pictures/Wallpapers/NixOS/nix-wallpaper-waterfall.png"
# Refresh xresources # Refresh xresources
${pkgs.xorg.xrdb}/bin/xrdb "$HOME/.Xresources" ${pkgs.xorg.xrdb}/bin/xrdb "$HOME/.Xresources"

View File

@ -43,5 +43,8 @@
# Git # Git
git git
# Compiler
gcc
]; ];
} }

View File

@ -28,7 +28,7 @@
# Messaging # Messaging
"signal" "signal"
"nheko" "element"
# Games # Games
"minecraft" "minecraft"
@ -52,6 +52,7 @@
"fleet" "fleet"
"tower" "tower"
"secretive" "secretive"
"visual-studio-code"
# Learning # Learning
"anki" "anki"