Compare commits

..

No commits in common. "fc994d212f968b3f850bc6068b2998c7cf3093c4" and "14d49173af812cd2bdd8f50cc548baa7cad46182" have entirely different histories.

9 changed files with 15 additions and 29 deletions

View File

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

View File

@ -19,7 +19,7 @@
signing = { signing = {
key = "FA50688B9EB6D8AA070C8241C296DE8C9053683F"; key = "FA50688B9EB6D8AA070C8241C296DE8C9053683F";
signByDefault = true; signByDefault = true;
gpgPath = "/run/current-system/sw/bin/gpg"; gpgPath = "gpg2";
}; };
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 = {

View File

@ -1,7 +0,0 @@
{ 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;
syntaxHighlighting.enable = true; enableSyntaxHighlighting = true;
autocd = true; autocd = true;
/* defaultKeymap = "vicmd"; */ /* defaultKeymap = "vicmd"; */
dotDir = ".config/zsh"; dotDir = ".config/zsh";

View File

@ -9,9 +9,6 @@
# Set RGB perhipherals to white # Set RGB perhipherals to white
${pkgs.openrgb}/bin/openrgb -c white -m static & ${pkgs.openrgb}/bin/openrgb -c white -m static &
# Set Razer Chroma HDK to white
${pkgs.openrgb}/bin/openrgb --device 1 -c white &
# Start my razer keyboard script # Start my razer keyboard script
${pkgs.python3Full}/bin/python ${config.home.homeDirectory}/Documents/Code/Razer/system.py & ${pkgs.python3Full}/bin/python ${config.home.homeDirectory}/Documents/Code/Razer/system.py &
''; '';

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/NixOS/nix-wallpaper-waterfall.png" ${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"
# Refresh xresources # Refresh xresources
${pkgs.xorg.xrdb}/bin/xrdb "$HOME/.Xresources" ${pkgs.xorg.xrdb}/bin/xrdb "$HOME/.Xresources"

View File

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

View File

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