Compare commits

..

No commits in common. "a4e1487158ddbc81a71428d13adb1041f501fdcd" and "a8806808f15b4890e8782e99c3e003f2e26e2811" have entirely different histories.

3 changed files with 27 additions and 7 deletions

12
flake.lock generated
View File

@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1746810718,
"narHash": "sha256-VljtYzyttmvkWUKTVJVW93qAsJsrBbgAzy7DdnJaQfI=",
"lastModified": 1746557022,
"narHash": "sha256-QkNoyEf6TbaTW5UZYX0OkwIJ/ZMeKSSoOMnSDPQuol0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0c0bf9c057382d5f6f63d54fd61f1abd5e1c2f63",
"rev": "1d3aeb5a193b9ff13f63f4d9cc169fb88129f860",
"type": "github"
},
"original": {
@ -51,11 +51,11 @@
]
},
"locked": {
"lastModified": 1746976679,
"narHash": "sha256-zY1wU9gp4B8I+5MrJha8Te4/0VQTzUwbQN+9XztOhLg=",
"lastModified": 1746915423,
"narHash": "sha256-6SH9pS5q6Q0oWIfD3UJcfGbQBUMdBbRGbhUJ1skYnTI=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "9c9a9814a733509c4b46014cf60066eed0fdd72f",
"rev": "2f982bed9845cccffebd0cf267c7e1d3dd98117e",
"type": "github"
},
"original": {

21
home/micqdf.nix Normal file
View File

@ -0,0 +1,21 @@
{ pkgs, ... }: {
home.username = "micqdf";
home.homeDirectory = "/home/micqdf";
home.stateVersion = "24.11";
programs.fish.enable = true;
programs.git = {
enable = true;
userName = "MichaelFisher1997";
};
home.packages = with pkgs; [
# neovim
# firefox
# ripgrep
#zen-browser.packages.${pkgs.system}.twilight
#zen-browser.packages."${system}".twilight
];
}

View File

@ -52,7 +52,6 @@ in
alacritty
# Shell Utilities
home-manager
fish
zsh
curl