Compare commits

..

No commits in common. "c73015b58eb3a7a112bf809459a1ac75c8395b4c" and "21322eaaa7d36f9c43ced1208d7e72e74981a4cd" have entirely different histories.

5 changed files with 19 additions and 42 deletions

36
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1776613567,
"narHash": "sha256-gC9Cp5ibBmGD5awCA9z7xy6MW6iJufhazTYJOiGlCUI=",
"lastModified": 1773889306,
"narHash": "sha256-PAqwnsBSI9SVC2QugvQ3xeYCB0otOwCacB1ueQj2tgw=",
"owner": "nix-community",
"repo": "disko",
"rev": "32f4236bfc141ae930b5ba2fb604f561fed5219d",
"rev": "5ad85c82cc52264f4beddc934ba57f3789f28347",
"type": "github"
},
"original": {
@ -92,11 +92,11 @@
},
"framework-plymouth": {
"locked": {
"lastModified": 1776812772,
"narHash": "sha256-qXYbWVUvcrVCw5Pi7IDPVwEdZ1dxpRhCtSfFs4OkYUw=",
"lastModified": 1752437979,
"narHash": "sha256-Of/7i/+NH++eA2yQxtVBy5zb1ZMYTakeHrnEFj6ecNI=",
"owner": "j-pap",
"repo": "framework-plymouth",
"rev": "36cbe233e9b8d5134f255f795b29279ed76447be",
"rev": "a2f08a434cf7202301ae1a14862b88e9e52387e6",
"type": "github"
},
"original": {
@ -114,11 +114,11 @@
]
},
"locked": {
"lastModified": 1776796298,
"narHash": "sha256-PcRvlWayisPSjd0UcRQbhG8Oqw78AcPE6x872cPRHN8=",
"lastModified": 1775585728,
"narHash": "sha256-8Psjt+TWvE4thRKktJsXfR6PA/fWWsZ04DVaY6PUhr4=",
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "3cfd774b0a530725a077e17354fbdb87ea1c4aad",
"rev": "580633fa3fe5fc0379905986543fd7495481913d",
"type": "github"
},
"original": {
@ -238,11 +238,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1776734388,
"narHash": "sha256-vl3dkhlE5gzsItuHoEMVe+DlonsK+0836LIRDnm6MXQ=",
"lastModified": 1775811116,
"narHash": "sha256-t+HZK42pB6N+i5RGbuy7Xluez/VvWbembBdvzsc23Ss=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "10e7ad5bbcb421fe07e3a4ad53a634b0cd57ffac",
"rev": "54170c54449ea4d6725efd30d719c5e505f1c10e",
"type": "github"
},
"original": {
@ -298,11 +298,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1776548001,
"narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=",
"lastModified": 1775710090,
"narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc",
"rev": "4c1018dae018162ec878d42fec712642d214fdfa",
"type": "github"
},
"original": {
@ -355,11 +355,11 @@
]
},
"locked": {
"lastModified": 1776771786,
"narHash": "sha256-DRFGPfFV6hbrfO9a1PH1FkCi7qR5FgjSqsQGGvk1rdI=",
"lastModified": 1775971308,
"narHash": "sha256-VKp9bhVSm0bT6JWctFy06ocqxGGnWHi1NfoE90IgIcY=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "bef289e2248991f7afeb95965c82fbcd8ff72598",
"rev": "31ac5fe5d015f76b54058c69fcaebb66a55871a4",
"type": "github"
},
"original": {

View file

@ -2,7 +2,6 @@
_: {
my.profiles = {
"3d-design".enable = true;
ai.enable = true;
android.enable = true;
clean.enable = true;
desktop-apps.enable = true;

View file

@ -1,21 +0,0 @@
{
config,
lib,
pkgs,
...
}:
let
cfg = config.my.profiles.ai;
in
{
options.my.profiles.ai = {
enable = lib.mkEnableOption "ai tools profile";
};
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
unstable.crush
unstable.antigravity
];
};
}

View file

@ -2,7 +2,6 @@
{
imports = [
./3d-design
./ai
./android
./clean
./core

View file

@ -29,7 +29,7 @@ in
blobby
discord
gamemode
unstable.luanti
luanti
mangohud
moonlight-qt # steam-link stream
openttd