Skip to content

Commit

Permalink
update 2024-12-26
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzsyyy committed Dec 26, 2024
1 parent d7bb9d1 commit db4858f
Show file tree
Hide file tree
Showing 15 changed files with 229 additions and 458 deletions.
183 changes: 111 additions & 72 deletions flake.lock

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
#ghostty.url = "git+ssh://[email protected]/ghostty-org/ghostty";
#ghostty.inputs.nixpkgs-stable.follows = "nixpkgs";
#ghostty.inputs.nixpkgs-unstable.follows = "nixpkgs";
#nixos-cosmic = {
# url = "github:lilyinstarlight/nixos-cosmic";
# inputs.nixpkgs.follows = "nixpkgs";
#};

pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
Expand Down
2 changes: 1 addition & 1 deletion home/laptop/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ let
# minder
tsukimi
materialgram
# nur.repos.xddxdd.wechat-uos
nur.repos.xddxdd.wechat-uos-sandboxed

#ghostty

Expand Down
1 change: 1 addition & 0 deletions home/laptop/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
dialect = "us";
};
};
programs.man.generateCaches = false;

home.file.".config/neofetch/config.conf".text = import ./neofetch.nix;
home.shellAliases = {
Expand Down
2 changes: 1 addition & 1 deletion hosts/laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
efi.canTouchEfiVariables = false; # @TODO
};
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.chaotic.linuxPackages_cachyos;
kernelPackages = pkgs.linuxPackages_cachyos;
#@TODO
kernelParams = [
"amd_pstate=active"
Expand Down
2 changes: 1 addition & 1 deletion hosts/laptop/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
};
services.dae = {
enable = true;
package = pkgs.dae;
package = pkgs.dae-unstable;
configFile = "/home/zzzsy/.config/dae/config.dae";
};
networking.wg-quick.interfaces = {
Expand Down
4 changes: 3 additions & 1 deletion hosts/laptop/virt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
environment.systemPackages = with pkgs; [
virt-manager
virtiofsd
# guestfs-tools
#qemu
#qemu_kvm
#guestfs-tools
];
}
Loading

0 comments on commit db4858f

Please sign in to comment.