mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-21 19:57:02 -04:00
94 current 2024-04-27 16:04:47 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
08c66b6451
commit
4f069b3e2c
9 changed files with 4420 additions and 12 deletions
|
@ -1,11 +1,9 @@
|
|||
{ config, pkgs, inputs,... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
# let
|
||||
# uns = import <nixos-unstable> {
|
||||
# config = {
|
||||
# allowUnfree = true;
|
||||
# };
|
||||
# }; in
|
||||
let
|
||||
cpkg = import ../../customPackages {inherit pkgs;};
|
||||
|
||||
in
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.oh-my-zsh.enable = true;
|
||||
|
@ -24,7 +22,6 @@ programs.zsh.initExtra = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel1
|
|||
# want to update the value, then make sure to first check the Home Manager
|
||||
# release notes.
|
||||
home.stateVersion = "23.11"; # Please read the comment before changing.
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs;[
|
||||
|
@ -73,6 +70,7 @@ jdk19
|
|||
(discord.override {
|
||||
withVencord = true;
|
||||
})
|
||||
# cpkg.discord
|
||||
# uns.vesktop
|
||||
kitty
|
||||
rofi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue