Compare commits
No commits in common. "c13329a7aaa6f3c7f7a16d5bb887cd8910876a71" and "09b81bfd96dc12d715f0344789f02835ee95d33a" have entirely different histories.
c13329a7aa
...
09b81bfd96
2 changed files with 1 additions and 15 deletions
|
@ -1,5 +1,3 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
users.users.nolan = {
|
users.users.nolan = {
|
||||||
description = "Nolan Darilek";
|
description = "Nolan Darilek";
|
||||||
|
@ -13,15 +11,12 @@
|
||||||
"pipewire"
|
"pipewire"
|
||||||
"pulse-access"
|
"pulse-access"
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fish.enable = true;
|
|
||||||
|
|
||||||
home-manager.users.nolan = {
|
home-manager.users.nolan = {
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
programs = {
|
programs = {
|
||||||
fish.enable = true;
|
bash.enable = true;
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
|
|
@ -43,15 +43,6 @@
|
||||||
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
jujutsu = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
user = {
|
|
||||||
name = "Nolan Darilek";
|
|
||||||
email = "nolan@thewordnerd.info";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
obs-studio = {
|
obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue