Made a few changes
This commit is contained in:
parent
c7b01d9b6d
commit
7cbe73ad5b
19 changed files with 55 additions and 26 deletions
modules/applications
|
@ -34,7 +34,7 @@
|
|||
|
||||
# editors
|
||||
# vscodium
|
||||
vscode
|
||||
# vscode
|
||||
# vim
|
||||
# emacs
|
||||
vimclip # use neovim anywhere
|
||||
|
@ -50,7 +50,7 @@
|
|||
# browsers
|
||||
unstable.google-chrome
|
||||
# brave
|
||||
firefox
|
||||
# firefox
|
||||
|
||||
# other stuff
|
||||
obsidian # knowedge base
|
||||
|
@ -67,7 +67,7 @@
|
|||
# blueman # bluetooth manager
|
||||
# freesweep # minesweeper I can play w the keyboard.
|
||||
# multimc
|
||||
lmms # music software
|
||||
# lmms # music software
|
||||
|
||||
# Nes emulators and stuff
|
||||
# zsnes
|
||||
|
@ -75,9 +75,9 @@
|
|||
# fceux
|
||||
|
||||
# games
|
||||
# tetrio-desktop
|
||||
vassal
|
||||
# mindustry
|
||||
# edopro
|
||||
# tetrio-desktop # competitive tetris
|
||||
# vassal # wargame engine
|
||||
# mindustry # factory building game
|
||||
# edopro # yugioh sim
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
shellInit = "";
|
||||
shellInit = "export GITHUB_TOKEN=$(cat ~/water/gh-token)";
|
||||
# "neofetch --package_managers on --cpu_brand on --cpu_cores on --memory_percent on --memory_display infobar --os_arch on";
|
||||
}
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
with import ../../../secrets.nix;
|
||||
let
|
||||
theme = pkgs.myThemes.current;
|
||||
variables = {
|
||||
# Configure github cli
|
||||
GITHUB_USERNAME = "Mateiadrielrafael";
|
||||
inherit GITHUB_TOKEN;
|
||||
|
||||
# Sets neovim as default editor
|
||||
EDITOR = "nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue